Skip to content

Commit 60bb8ec

Browse files
authored
Fix trigger paths
1 parent ec06626 commit 60bb8ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ on:
1515
push:
1616
branches: [ "main", "release-*" ]
1717
paths:
18-
- .github
19-
- eng/tools
18+
- ".github/**"
19+
- "eng/tools/**"
2020
pull_request:
2121
branches: [ "main", "release-*" ]
2222
paths:
23-
- .github
24-
- eng/tools
23+
- ".github/**"
24+
- "eng/tools/**"
2525
schedule:
2626
- cron: '27 4 * * 1'
2727

0 commit comments

Comments
 (0)