Skip to content

Commit 279ed32

Browse files
committed
Reorder "Test Go" workflow's paths filter to match template
No functional change, and neither is necessarily superior, but this is how it is in the "template", and so it must be here as well.
1 parent 6f94208 commit 279ed32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-go-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ on:
1515
- "**/go.mod"
1616
- "**/go.sum"
1717
- "Taskfile.ya?ml"
18-
- "**/testdata/**"
1918
- "**.go"
19+
- "**/testdata/**"
2020
pull_request:
2121
paths:
2222
- ".github/workflows/test-go-task.ya?ml"
2323
- "codecov.ya?ml"
2424
- "**/go.mod"
2525
- "**/go.sum"
2626
- "Taskfile.ya?ml"
27-
- "**/testdata/**"
2827
- "**.go"
28+
- "**/testdata/**"
2929
workflow_dispatch:
3030
repository_dispatch:
3131

0 commit comments

Comments
 (0)