mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-08 22:48:20 -05:00
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
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -4,8 +4,6 @@ name: Publish
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
# expected format: <package>@<version> (example: socket.io@1.2.3)
|
||||
- '*@*'
|
||||
|
||||
Reference in New Issue
Block a user