Skip to content

Commit

Permalink
ci(fix): Limit when the releaser is run
Browse files Browse the repository at this point in the history
  • Loading branch information
eddie-knight authored May 10, 2024
1 parent e6eec8e commit d2b2616
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ on:
push:
branches:
- main
paths:
- 'src/**'
- 'test/**'
- 'scripts/**'
- 'public/**'
- 'packages/**'


permissions:
contents: read
Expand Down

0 comments on commit d2b2616

Please sign in to comment.