From c2f90ff8d458c3c326225180eddf238a0216039a Mon Sep 17 00:00:00 2001 From: Lukas Harbarth Date: Mon, 1 Jul 2024 13:57:07 +0200 Subject: [PATCH] chore: run GitHub workflows (v1) --- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/main.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 128a8e5298a..ac6f21af46e 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, v1.29.x ] pull_request: # The branches below must be a subset of the branches above - branches: [ main ] + branches: [ main, v1.29.x ] schedule: - cron: '29 19 * * 6' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d5b4455c49..c8bff8367de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: uses: fsfe/reuse-action@v1.1 check-bundle-size: - if: ${{ github.base_ref == 'main' }} # only for PRs targeting main branch + if: ${{ github.base_ref == 'main' || github.base_ref == 'v1.29.x' }} # only for PRs targeting main and v1 branch runs-on: ubuntu-latest steps: - uses: actions/checkout@v4