From: Tom Krizek Date: Thu, 16 Mar 2023 16:20:41 +0000 (+0100) Subject: Update github actions to trigger on correct branches X-Git-Tag: v9.16.40~12^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c45ad643a55e36f6b4ce9c88b2eb958a2b11b554;p=thirdparty%2Fbind9.git 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 ee53e3c02d7a258fbca59c0e3852cacef02fd946) --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c11c94357e5..03c997e9ea6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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' diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index a87179a1e8d..c9babfb4d95 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -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'