mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
CI: make static-tests and tools-build workflows run on bors branches
This commit is contained in:
parent
7c9c06d977
commit
a32ebac535
2
.github/workflows/static-test.yml
vendored
2
.github/workflows/static-test.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
tags:
|
||||
- '[0-9][0-9][0-9][0-9].[0-9][0-9]-RC[0-9]*'
|
||||
- '[0-9][0-9][0-9][0-9].[0-9][0-9]'
|
||||
|
2
.github/workflows/tools-buildtest.yml
vendored
2
.github/workflows/tools-buildtest.yml
vendored
@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
- trying
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
|
Loading…
Reference in New Issue
Block a user