Skip to content

Commit

Permalink
CI: Run some checks on push on 1.3.x (#42538)
Browse files Browse the repository at this point in the history
  • Loading branch information
lithomas1 authored Jul 14, 2021
1 parent 6c469a5 commit f61347b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.3.x
pull_request:
branches:
- master
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master
- 1.3.x

jobs:
pre-commit:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 1.3.x
pull_request:
branches:
- master
Expand Down

0 comments on commit f61347b

Please sign in to comment.