Skip to content

Commit 5f596ba

Browse files
authored
Merge pull request #9 from per1234/test-paths-filter
Add testdata folders to test workflow paths filter
2 parents 150767a + 7b5dab8 commit 5f596ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-go.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- "go.mod"
99
- "go.sum"
1010
- "Taskfile.yml"
11+
- "**/testdata/**"
1112
- "**.go"
1213
pull_request:
1314
paths:
1415
- ".github/workflows/test-go.yml"
1516
- "go.mod"
1617
- "go.sum"
1718
- "Taskfile.yml"
19+
- "**/testdata/**"
1820
- "**.go"
1921
workflow_dispatch:
2022
repository_dispatch:

0 commit comments

Comments
 (0)