Skip to content

Commit 5da2a7b

Browse files
authored
chore: Fix codeql workflow
1 parent 7e405b5 commit 5da2a7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 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:
17+
- main
18+
- renovate/**
1719
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ main ]
2020
schedule:
2121
- cron: '33 1 * * 0'
2222

0 commit comments

Comments
 (0)