Skip to content

Commit 8398907

Browse files
committed
Fix path filter in verify standard library dependencies workflow
1 parent 104a317 commit 8398907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-standard-library-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- next
1010
paths:
1111
- "supported_codeql_configs.json"
12-
- "qlpack.yml"
12+
- "**/qlpack.yml"
1313
workflow_dispatch:
1414

1515
jobs:

0 commit comments

Comments
 (0)