Skip to content

Commit eaf3a69

Browse files
authored
Only run CodeQL on important branches and when pushing to master
1 parent 167a855 commit eaf3a69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches: [ 'master', 'stable*', 'v[0-9]*' ]
56
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [ master ]
69
schedule:
710
- cron: '0 19 * * 0'
811

0 commit comments

Comments
 (0)