Skip to content

Commit

Permalink
Backport PR #48232 on branch 1.5.x (CI: Ensure jobs run on 1.5.x bran…
Browse files Browse the repository at this point in the history
…ch) (#48235)

Backport PR #48232: CI: Ensure jobs run on 1.5.x branch

Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
  • Loading branch information
meeseeksmachine and mroeschke authored Aug 25, 2022
1 parent 99f3125 commit ef3d6b0
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/32-bit-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
pull_request:
branches:
- main
- 1.5.x
- 1.4.x
paths-ignore:
- "doc/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
pull_request:
branches:
- main
- 1.5.x
- 1.4.x

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/docbuild-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
tags:
- '*'
pull_request:
branches:
- main
- 1.5.x
- 1.4.x

env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/macos-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
pull_request:
branches:
- main
- 1.5.x
- 1.4.x
paths-ignore:
- "doc/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
pull_request:
branches:
- main
- 1.5.x
- 1.4.x
paths-ignore:
- "doc/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
pull_request:
branches:
- main
- 1.5.x
- 1.4.x
types: [labeled, opened, synchronize, reopened]
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
push:
branches:
- main
- 1.5.x
- 1.4.x
pull_request:
branches:
- main
- 1.5.x
- 1.4.x
paths-ignore:
- "doc/**"
Expand Down

0 comments on commit ef3d6b0

Please sign in to comment.