Skip to content

Commit

Permalink
ci: add go.mod to canary workflow (#3288)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Dec 12, 2022
1 parent 08b55c3 commit 2809794
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'main'
paths:
- '**.go'
- 'go.mod'
- 'Dockerfile.canary'
- '.github/workflows/canary.yaml'
workflow_dispatch:
Expand Down

0 comments on commit 2809794

Please sign in to comment.