From bbf201d16b14937afac2b5b6927f4b7172d3c970 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 27 Aug 2026 22:17:42 +0200 Subject: [PATCH] fix: run codeql and weblate checks on release branches (#31065) --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/weblate-lock.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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