Skip to content

Commit d09c68c

Browse files
committed
CodeQL on every commit
1 parent 8c0b510 commit d09c68c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-daily.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CodeQL (daily)
1+
name: CodeQL
22

33
on:
4-
schedule:
5-
# daily at 1:30 UTC
6-
- cron: "30 1 * * *"
4+
push:
5+
branches:
6+
- main
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)