Skip to content

Commit 985573c

Browse files
authored
Only run CodeQL on pushes to main (#4316)
1 parent 7d4c26a commit 985573c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- '**'
9+
- main
1010

1111
jobs:
1212
# ===== Java Analysis Job =====

0 commit comments

Comments
 (0)