Skip to content

Commit bf5d780

Browse files
committed
CI: Run builds when targeting stable branches
Allow running the "build" job when targeting stable branches. If it was possible to use a regular expression to match branch names, this would use ^wpewebkit-[0-9]+\.[0-9]+$ but as that is not possible, this matches instead branches with the "wpewebkit-2." prefix followed by two digits. (cherry picked from commit d19b38d)
1 parent cc359e5 commit bf5d780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
- closed
2121
branches:
2222
- 'main'
23+
- 'wpewebkit-2.[0-9][0-9]'
2324

2425
jobs:
2526
build:

0 commit comments

Comments
 (0)