We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d61f24 commit 36a7e2fCopy full SHA for 36a7e2f
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ main ]
+ branches: [ main, v1.29.x ]
17
pull_request:
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: '29 19 * * 6'
22
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: fsfe/[email protected]
24
25
check-bundle-size:
26
- 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
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v4
0 commit comments