Skip to content

Commit

Permalink
chore: add publish workflow (2)
Browse files Browse the repository at this point in the history
We need to exclude the 'main' branch (it's an OR operator).

Reference: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
  • Loading branch information
darrachequesne committed Jul 11, 2024
1 parent fbc0313 commit 04033b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ name: Publish

on:
push:
branches:
- main
tags:
# expected format: <package>@<version> (example: [email protected])
- '*@*'
Expand Down

0 comments on commit 04033b2

Please sign in to comment.