Skip to content

Commit

Permalink
build: don't try to release on irrelevant changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Jun 28, 2022
1 parent 9df6415 commit c25fce8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ on:
push:
branches:
- main
paths-ignore:
- ./**/*.md
- .gitignore
- install.sh
- package.json
- pnpm-lock.yaml

workflow_dispatch:

Expand Down

0 comments on commit c25fce8

Please sign in to comment.