Update github actions to trigger on correct branches

The naming convention for maintanence branches was changed from `vX_Y`
to `bind-X.Y`.

(cherry picked from commit ee53e3c02d)
This commit is contained in:
Tom Krizek
2023-03-27 17:46:20 +02:00
parent 49531735a6
commit c45ad643a5
2 changed files with 2 additions and 2 deletions
+1 -1
View 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'