You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/push.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ on:
4
4
push:
5
5
branches:
6
6
- main
7
+
# starting from 1.1.x, allow releases from the 1.yy.x branches as long as we remember to bump plugin versions in main immediately after creating a 1.new.x branch
8
+
# see this script for how to check which plugins need bumping
9
+
# see also root package.json -> .release.branches
10
+
- 1.**.x
11
+
# do not run on 1.0.x, as we didn't bump plugin versions correctly there
0 commit comments