Skip to content

Commit fe57534

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 more characters (matching only numbers is not possible).
1 parent f563a9b commit fe57534

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.??'
2324

2425
jobs:
2526
build:

0 commit comments

Comments
 (0)