1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-17 10:33: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: push:
branches: branches:
# these two enable potential bors support: # these two enable potential bors support:
- staging - '^staging$'
- trying - '^trying$'
pr: pr:
enable_comments: true enable_comments: true