Skip to content

Commit

Permalink
ci: Include all files in workflows in trigger event
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Jan 10, 2024
1 parent 0be2800 commit 3425b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "go.sum"
- "go.mod"
- "**.go"
- ".github/workflows"
- ".github/workflows/**"
- ".golangci.yml"
branches: [main]
pull_request:
Expand Down

0 comments on commit 3425b4d

Please sign in to comment.