Skip to content

Commit 7224ea2

Browse files
committed
Add Codecov configuration file to "Test Go" workflow's paths filter
Since this workflow uploads code coverage data to Codecov, the configuration file is relevant, and so the workflow should run any time this file is modified.
1 parent 63b9068 commit 7224ea2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/test-go-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
paths:
1212
- ".github/workflows/test-go-task.ya?ml"
13+
- "codecov.ya?ml"
1314
- "go.mod"
1415
- "go.sum"
1516
- "Taskfile.ya?ml"
@@ -18,6 +19,7 @@ on:
1819
pull_request:
1920
paths:
2021
- ".github/workflows/test-go-task.ya?ml"
22+
- "codecov.ya?ml"
2123
- "go.mod"
2224
- "go.sum"
2325
- "Taskfile.ya?ml"

0 commit comments

Comments
 (0)