fix: run codeql and weblate checks on release branches (#31065)

This commit is contained in:
bo0tzz 2026-08-27 22:17:42 +02:00 committed by GitHub
parent 5baf181409
commit bbf201d16b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -2,7 +2,7 @@ name: Weblate checks
on:
pull_request:
branches: [main]
branches: [main, 'release/*']
types:
- opened
- synchronize