Browse Source

CI: Run Docker for all release branches (#1975)

Adding all release branches (now v8, later v9 etc.), excluding v7 except for 7.8 (lower versions than 7 are not in this repo).
Vaclav Petras 3 years ago
parent
commit
7be7cf9b0d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/docker.yml

+ 5 - 1
.github/workflows/docker.yml

@@ -18,7 +18,11 @@ name: Docker
 
 on:
   push:
-    branches: [main, releasebranch_7_8]
+    branches:
+      - 'main'
+      - 'releasebranch_*'
+      - '!releasebranch_7_*'
+      - 'releasebranch_7_8'
     tags: ['*.*.*']
     paths-ignore: ['doc/**']
   release: