Skip to content

Commit

Permalink
Publish package on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Aug 14, 2023
1 parent 06531c4 commit 838635d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

publish:
needs: build
if: |
github.event_name == 'push' &&
github.ref == 'refs/heads/main'
permissions:
packages: write
contents: read
Expand Down

0 comments on commit 838635d

Please sign in to comment.