Skip to content

Commit 1709a7c

Browse files
authored
Update codeql.yml
1 parent 2f8b62a commit 1709a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ on:
1515
push:
1616
branches: [ "main" ]
1717
paths-ignore:
18-
- src/data/static/codefixes/
18+
- src/data/static/codefixes/*
1919
pull_request:
2020
branches: [ "main" ]
2121
paths-ignore:
22-
- src/data/static/codefixes/
22+
- src/data/static/codefixes/*
2323
#schedule:
2424
#- cron: '25 15 * * 3'
2525

0 commit comments

Comments
 (0)