mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-03 20:40:08 -05:00
Update github actions to trigger on correct branches
The naming convention for maintanence branches was changed from `vX_Y` to `bind-X.Y`.
This commit is contained in:
parent
d942c244f5
commit
ee53e3c02d
2 changed files with 2 additions and 2 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue