mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 03:48:19 +00:00
fix: actually run GHA workflows on s/releases/release branches (#3966)
This commit is contained in:
4
.github/workflows/atlantis-image.yml
vendored
4
.github/workflows/atlantis-image.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
- ready_for_review
|
||||
branches:
|
||||
- "main"
|
||||
- 'releases-**'
|
||||
- 'release-**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
|
||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user