mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
ci: ignore tests when publishing to npm
This commit is contained in:
2
.github/workflows/ci-browser.yml
vendored
2
.github/workflows/ci-browser.yml
vendored
@@ -7,6 +7,8 @@ on:
|
||||
- 'packages/engine.io-client/**'
|
||||
- 'packages/socket.io-parser/**'
|
||||
- 'packages/socket.io-client/**'
|
||||
tags-ignore:
|
||||
- '**@*'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -2,6 +2,8 @@ name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
tags-ignore:
|
||||
- '**@*'
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
|
||||
Reference in New Issue
Block a user