Skip to content

Commit 297d992

Browse files
committed
Generate tester builds on the modification of any relevant file
Tester builds are intended to facilitate pull request review and beta testing. For the sake of efficiency, the paths filter should be configured to skip tester build generation on changes that have no effect on the binary, but also so that they are always generated on any modification to a relevant file. Since the `DistTasks.yml` file is used to build the application, it is very much relevant.
1 parent 3df0305 commit 297d992

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/publish-go-tester-task.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ on:
99
- "go.mod"
1010
- "go.sum"
1111
- "Taskfile.ya?ml"
12+
- "DistTasks.ya?ml"
1213
- "**.go"
1314
pull_request:
1415
paths:
1516
- ".github/workflows/publish-go-tester-task.ya?ml"
1617
- "go.mod"
1718
- "go.sum"
1819
- "Taskfile.ya?ml"
20+
- "DistTasks.ya?ml"
1921
- "**.go"
2022
workflow_dispatch:
2123
repository_dispatch:

0 commit comments

Comments
 (0)