Skip to content

Commit

Permalink
ci(releaser): only release on relevant changes (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Jun 1, 2023
1 parent 7931ca3 commit 2cca8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- pkg/dist/**

jobs:
releaser:
Expand Down

0 comments on commit 2cca8fd

Please sign in to comment.