diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index beb9a7b41..87d287576 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -4,14 +4,14 @@ on: push: branches: - 'main' - - 'releases-**' + - 'release-**' tags: - v*.*.* # stable release like, v0.19.2 - v*.*.*-pre.* # pre release like, v0.19.0-pre.calendardate pull_request: branches: - 'main' - - 'releases-**' + - 'release-**' workflow_dispatch: concurrency: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5903b805d..e4cb1a139 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -15,7 +15,7 @@ on: push: branches: - 'main' - - 'releases-**' + - 'release-**' pull_request: # The branches below must be a subset of the branches above types: @@ -25,7 +25,7 @@ on: - ready_for_review branches: - 'main' - - 'releases-**' + - 'release-**' schedule: - cron: '17 9 * * 5' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 805586e53..3d60559b6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: - ready_for_review branches: - "main" - - 'releases-**' + - 'release-**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 120dcee82..ff4838b90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: push: branches: - 'main' - - 'releases-**' + - 'release-**' pull_request: types: - opened @@ -13,7 +13,7 @@ on: - ready_for_review branches: - 'main' - - 'releases-**' + - 'release-**' concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}