Skip to content

Commit

Permalink
Merge pull request #14527 from miri64/gh-actions/enh/release-branches
Browse files Browse the repository at this point in the history
gh-actions: run for PRs against release branches
  • Loading branch information
aabadie committed Jul 16, 2020
2 parents 6f81aff + 494198c commit 046bf64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tools-buildtest.yml
Expand Up @@ -8,7 +8,7 @@ on:
- '*'
pull_request:
branches:
- master
- '*'

jobs:
tools-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tools-test.yml
Expand Up @@ -8,7 +8,7 @@ on:
- '*'
pull_request:
branches:
- master
- '*'

jobs:
python-tests:
Expand Down

0 comments on commit 046bf64

Please sign in to comment.