Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
7be7cf9b0d
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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: