Skip to content

Commit 406a6fa

Browse files
authored
Merge pull request #120 from per1234/paths-filter
Generate tester builds on the modification of any relevant file
2 parents af15d63 + fca4703 commit 406a6fa

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)