Skip to content

Commit 36a7e2f

Browse files
authored
chore: run GitHub workflows (v1) (#6005)
1 parent 6d61f24 commit 36a7e2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches: [ main, v1.29.x ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ main ]
19+
branches: [ main, v1.29.x ]
2020
schedule:
2121
- cron: '29 19 * * 6'
2222

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: fsfe/[email protected]
2424

2525
check-bundle-size:
26-
if: ${{ github.base_ref == 'main' }} # only for PRs targeting main branch
26+
if: ${{ github.base_ref == 'main' || github.base_ref == 'v1.29.x' }} # only for PRs targeting main and v1 branch
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)