Skip to content

Commit 7fe96df

Browse files
committed
Run Github CodeQL action on all branches
1 parent e6b44ef commit 7fe96df

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@
1111
#
1212
name: "CodeQL"
1313

14-
on:
15-
push:
16-
branches: [ master ]
17-
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ master ]
20-
schedule:
21-
- cron: '38 0 * * 2'
14+
on: [push, pull_request]
2215

2316
jobs:
2417
analyze:

0 commit comments

Comments
 (0)