Skip to content

Commit 0bbe974

Browse files
committed
Trigger testing workflow on change to go.mod/sum
Previously, the workflow only ran when the .go files, taskfile, or the workflow itself were modified.
1 parent 36f88f9 commit 0bbe974

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-go.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ on:
77
- ".github/workflows/test-go.yml"
88
- "Taskfile.yml"
99
- "**.go"
10+
- "go.mod"
11+
- "go.sum"
1012
pull_request:
1113
paths:
1214
- ".github/workflows/test-go.yml"
1315
- "Taskfile.yml"
1416
- "**.go"
17+
- "go.mod"
18+
- "go.sum"
1519
workflow_dispatch:
1620
repository_dispatch:
1721

0 commit comments

Comments
 (0)