mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 17:18:46 +00:00
fix: actually run GHA workflows on s/releases/release branches (#3966)
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user