Skip to content

Commit be85c7e

Browse files
authored
ci: only run codeql nightly
1 parent 530d37b commit be85c7e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: "CodeQL"
22

33
on:
4-
push:
5-
branches: [ master, maint/* ]
6-
pull_request:
7-
branches: [ master, maint/* ]
4+
workflow_dispatch:
85
schedule:
96
- cron: '21 3 * * 1'
107

0 commit comments

Comments
 (0)