mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: run codeql and weblate checks on release branches (#31065)
This commit is contained in:
parent
5baf181409
commit
bbf201d16b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -13,10 +13,10 @@ name: 'CodeQL'
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
branches: ['main', 'release/*']
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: ['main']
|
||||
branches: ['main', 'release/*']
|
||||
schedule:
|
||||
- cron: '20 13 * * 1'
|
||||
|
||||
|
|
|
|||
2
.github/workflows/weblate-lock.yml
vendored
2
.github/workflows/weblate-lock.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Weblate checks
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 'release/*']
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue