Skip to content

Commit b1a0d95

Browse files
committed
added go.mod to rest of workflows
1 parent 8602fa8 commit b1a0d95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
paths:
7+
- "go.mod"
78
- "**.go"
89
- "Makefile"
910
- "!deploy/kicbase/**"

.github/workflows/pr_verified.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: PR_Verified
22
on:
33
pull_request:
44
paths:
5+
- "go.mod"
56
- "**.go"
67
- "**.yml"
78
- "**.yaml"

0 commit comments

Comments
 (0)