1
0
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:
Tom Krizek 2023-03-16 17:20:41 +01:00
parent d942c244f5
commit ee53e3c02d
No known key found for this signature in database
GPG Key ID: 01623B9B652A20A7
2 changed files with 2 additions and 2 deletions

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'

View 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'