Skip to content

Commit 04033b2

Browse files
chore: add publish workflow (2)
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
1 parent fbc0313 commit 04033b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Publish
44

55
on:
66
push:
7-
branches:
8-
- main
97
tags:
108
# expected format: <package>@<version> (example: socket.io@1.2.3)
119
- '*@*'

0 commit comments

Comments
 (0)