Skip to content

Commit 9a77de8

Browse files
committed
Reorder "Test Go" workflow 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 30390f8 commit 9a77de8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ on:
99
push:
1010
paths:
1111
- ".github/workflows/test-go-task.ya?ml"
12-
- "Taskfile.ya?ml"
13-
- "**.go"
1412
- "codecov.ya?ml"
1513
- "go.mod"
1614
- "go.sum"
15+
- "Taskfile.ya?ml"
16+
- "**.go"
1717
- "**/testdata/**"
1818
pull_request:
1919
paths:
2020
- ".github/workflows/test-go-task.ya?ml"
21-
- "Taskfile.ya?ml"
22-
- "**.go"
2321
- "codecov.ya?ml"
2422
- "go.mod"
2523
- "go.sum"
24+
- "Taskfile.ya?ml"
25+
- "**.go"
2626
- "**/testdata/**"
2727
workflow_dispatch:
2828
repository_dispatch:

0 commit comments

Comments
 (0)