Skip to content

Commit 7b5dab8

Browse files
committed
Add testdata folders to test workflow paths filter
The tests should run on any change to the test data.
1 parent 150767a commit 7b5dab8

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)