mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 19:38:59 +00:00
fix: actually run GHA workflows on s/releases/release branches (#3966)
This commit is contained in:
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