Skip to content

Commit be8121b

Browse files
committed
ci(dev-infra): make codeql scane on push and pr equal #16 #36
1 parent 156b34f commit be8121b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
name: "CodeQL Semantic Analysis"
1313

1414
on:
15-
push:
16-
branches: [ master, development ]
15+
push: # all pushes
1716
pull_request: # all PR
1817
schedule:
1918
- cron: '0 2 * * *' # every night at 2am

0 commit comments

Comments
 (0)