mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-22 01:59:26 +00: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "v9_16", "v9_18", "main" ]
|
branches: [ "bind-9.16", "bind-9.18", "main" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '39 8 * * 3'
|
- cron: '39 8 * * 3'
|
||||||
|
|
||||||
|
2
.github/workflows/sonarcloud.yml
vendored
2
.github/workflows/sonarcloud.yml
vendored
@ -2,7 +2,7 @@ name: SonarCloud
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "v9_16", "v9_18", "main" ]
|
branches: [ "bind-9.16", "bind-9.18", "main" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '39 8 * * 3'
|
- cron: '39 8 * * 3'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user