1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 01:23:49 +01:00

CI: use regex for branches in .murdock.yml

This commit is contained in:
Kaspar Schleiser 2022-11-29 11:21:50 +01:00
parent 6557339bd9
commit 385d82023f

View File

@ -1,8 +1,8 @@
push:
branches:
# these two enable potential bors support:
- staging
- trying
- '^staging$'
- '^trying$'
pr:
enable_comments: true