Skip to content

Commit

Permalink
chore: pipeline only on changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chliddle committed Nov 13, 2024
1 parent b1b460e commit f9d6978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches:
- main
# paths:
# - '**.go'
# - 'go.mod'
# - 'go.sum'
paths:
- '**.go'
- 'go.mod'
- 'go.sum'

jobs:
release:
Expand Down

0 comments on commit f9d6978

Please sign in to comment.