]> 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:46:20 +0000 (17:46 +0200)
The naming convention for maintanence branches was changed from `vX_Y`
to `bind-X.Y`.

(cherry picked from commit ee53e3c02d7a258fbca59c0e3852cacef02fd946)

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

index c11c94357e5db6e128152a0a3f5ba318a4685c14..03c997e9ea6070b5ad988f30a791044e6791a626 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 a87179a1e8d173cbab1ec993640e3e15938b18b4..c9babfb4d95b5f169f209cac9354e68f3d886467 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'