Skip to content

Commit 385d820

Browse files
committed
CI: use regex for branches in .murdock.yml
1 parent 6557339 commit 385d820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.murdock.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
push:
22
branches:
33
# these two enable potential bors support:
4-
- staging
5-
- trying
4+
- '^staging$'
5+
- '^trying$'
66

77
pr:
88
enable_comments: true

0 commit comments

Comments
 (0)