Skip to content

Commit

Permalink
chore(workflow): go.modとgo.sumが変更されたときにもトリガーするように
Browse files Browse the repository at this point in the history
  • Loading branch information
xztaityozx committed Dec 16, 2024
1 parent eb3ace5 commit 6bbc07a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- '**.go'
- '.github/workflows/go.yml'
- 'test/e2e/**'
- 'go.mod'
- 'go.sum'

jobs:
linter:
Expand Down

0 comments on commit 6bbc07a

Please sign in to comment.