Merge pull request #14527 from miri64/gh-actions/enh/release-branches

gh-actions: run for PRs against release branches
This commit is contained in:
Alexandre Abadie 2020-07-16 08:54:49 +02:00 committed by GitHub
commit 046bf64046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ on:
- '*'
pull_request:
branches:
- master
- '*'
jobs:
tools-build:

View File

@ -8,7 +8,7 @@ on:
- '*'
pull_request:
branches:
- master
- '*'
jobs:
python-tests: