Commit fe57534
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments