Skip to content

Commit 816e23b

Browse files
committed
Add missing line to YAML
1 parent ad34505 commit 816e23b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: "Code scanning - action"
22

33
on:
44
push:
5-
- 'dependabot/**'
5+
branches-ignore:
6+
- 'dependabot/**'
67
pull_request:
78
schedule:
89
- cron: '0 6 * * 3'

0 commit comments

Comments
 (0)