Skip to content

Commit

Permalink
fix: exclude npm publish on PR to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
smosco committed Nov 18, 2024
1 parent 361b064 commit 1507a4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- develop

jobs:
publish:
Expand Down

0 comments on commit 1507a4e

Please sign in to comment.