gh-actions: run for PRs against release branches

This commit is contained in:
Martine S. Lenders 2020-07-15 17:44:30 +02:00
parent 2ab65da409
commit 494198c7e6
No known key found for this signature in database
GPG Key ID: CCD317364F63286F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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