Skip to content

Commit

Permalink
Let the Go workflows run if they changed
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Jun 26, 2024
1 parent 54dc6f9 commit 2dc1ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
- release-*
paths:
- '.github/workflows/go.yaml'
- '**.go'
- 'go.mod'
- 'go.sum'
Expand All @@ -16,6 +17,7 @@ on:
- main
- release-*
paths:
- '.github/workflows/go.yaml'
- '**.go'
- 'go.mod'
- 'go.sum'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- main
- release-*
paths:
- '.github/workflows/golangci-lint.yaml'
- '**.go'
- 'go.mod'
- 'go.sum'
Expand All @@ -13,6 +14,7 @@ on:
- main
- release-*
paths:
- '.github/workflows/golangci-lint.yaml'
- '**.go'
- 'go.mod'
- 'go.sum'
Expand Down

0 comments on commit 2dc1ef1

Please sign in to comment.