Skip to content

Commit

Permalink
only run ci workflow when go files change
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Dec 17, 2023
1 parent cf84d3b commit e7017bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: ci
on:
pull_request:
branches: [main]
paths:
- '**/*.go'
- go.mod
- go.sum
push:
branches: [main]
paths:
- '**/*.go'
- go.mod
- go.sum
workflow_run:
workflows: [image]
types: [completed]
Expand Down

0 comments on commit e7017bf

Please sign in to comment.