Skip to content

Commit 290542f

Browse files
authored
Remove quotes on paths
1 parent 60bb8ec commit 290542f

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)