We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38368e8 commit e3ff923Copy full SHA for e3ff923
.github/workflows/codeql.yml
@@ -1,7 +1,9 @@
1
name: Code scanning - action
2
"on":
3
- push: null
4
- pull_request: null
+ push:
+ branches-ignore:
5
+ - "dependabot/**"
6
+ pull_request:
7
schedule:
8
- cron: 0 19 * * 0
9
jobs:
0 commit comments