diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 36063f8c49..1adfe05138 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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' diff --git a/.github/workflows/weblate-lock.yml b/.github/workflows/weblate-lock.yml index 94a81f8f5d..4875ebfe0d 100644 --- a/.github/workflows/weblate-lock.yml +++ b/.github/workflows/weblate-lock.yml @@ -2,7 +2,7 @@ name: Weblate checks on: pull_request: - branches: [main] + branches: [main, 'release/*'] types: - opened - synchronize