]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update github actions to trigger on correct branches
authorTom Krizek <tkrizek@isc.org>
Thu, 16 Mar 2023 16:20:41 +0000 (17:20 +0100)
committerTom Krizek <tkrizek@isc.org>
Mon, 27 Mar 2023 15:09:09 +0000 (17:09 +0200)
The naming convention for maintanence branches was changed from `vX_Y`
to `bind-X.Y`.

.github/workflows/codeql.yml
.github/workflows/sonarcloud.yml

index 32feccd1403c9a657b2e0406bb7c75920fc27f50..3c0ca04a45c2e81929d0387e8e2f0a1fbacc518e 100644 (file)
@@ -2,7 +2,7 @@ name: "CodeQL"
 
 on:
   push:
-    branches: [ "v9_16", "v9_18", "main" ]
+    branches: [ "bind-9.16", "bind-9.18", "main" ]
   schedule:
     - cron: '39 8 * * 3'
 
index 05246cc6744b8b23e1c394b8ced78ef433d35aff..c405566c0e49c545ada81703490f57f59e3cf57d 100644 (file)
@@ -2,7 +2,7 @@ name: SonarCloud
 
 on:
   push:
-    branches: [ "v9_16", "v9_18", "main" ]
+    branches: [ "bind-9.16", "bind-9.18", "main" ]
   schedule:
     - cron: '39 8 * * 3'