We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46ecd6 commit adbf794Copy full SHA for adbf794
1 file changed
.github/workflows/codeql.yml
@@ -3,6 +3,10 @@ name: codeql
3
on:
4
schedule:
5
- cron: '0 5 * * 3'
6
+ push:
7
+ branches:
8
+ - master
9
+ pull_request:
10
11
jobs:
12
codeql:
0 commit comments