1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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:
branches:
- master
- '*'
jobs:
tools-build:

View File

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