Skip to content

Commit fca4703

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 bc14b21 commit fca4703

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/publish-go-tester-task.yml

Lines changed: 2 additions & 0 deletions
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:

workflow-templates/publish-go-tester-task.yml

Lines changed: 2 additions & 0 deletions
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)