1
0
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:
Kaspar Schleiser 2022-11-22 12:49:14 +01:00
parent 7c9c06d977
commit a32ebac535
2 changed files with 4 additions and 0 deletions

View File

@ -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]'

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
- staging
- trying
tags:
- '*'
pull_request: