Skip to content

Commit c20cf3d

Browse files
authored
ci: include rockspecs in workflow trigger paths
Add rockspecs directory to workflow paths for triggers.
1 parent b18edff commit c20cf3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- "src/**"
77
- "tests/**"
88
- "scripts/**"
9+
- "rockspecs/**"
910
- ".github/workflows/test.yml"
1011
pull_request:
1112
paths:
1213
- "src/**"
1314
- "tests/**"
15+
- "rockspecs/**"
1416
- "scripts/**"
1517
- ".github/workflows/test.yml"
1618
workflow_dispatch:

0 commit comments

Comments
 (0)