Skip to content

Commit 548cc4f

Browse files
authored
Merge pull request #9467 from hugovk/ci-rm-feature-branch-restriction
Remove branch restriction to allow testing feature branches
2 parents 9a992df + 819c67f commit 548cc4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- "[0-9]+.[0-9]+.x"
8+
- "test-me-*"
89
tags:
910
- "[0-9]+.[0-9]+.[0-9]+"
1011
- "[0-9]+.[0-9]+.[0-9]+rc[0-9]+"

0 commit comments

Comments
 (0)