mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-04-18 09:44:09 +03: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
.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…
x
Reference in New Issue
Block a user