Skip to content

Commit

Permalink
Merge pull request #120 from twz123/go-workflow-self-run
Browse files Browse the repository at this point in the history
Let the Go workflows run if they changed
  • Loading branch information
kke authored Jun 27, 2024
2 parents 5e513ff + 2ac1d6e commit 277c1b4
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 277c1b4

Please sign in to comment.