Skip to content

Commit d4cb375

Browse files
ci: ignore tests when publishing to npm
1 parent c251ae7 commit d4cb375

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci-browser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'packages/engine.io-client/**'
88
- 'packages/socket.io-parser/**'
99
- 'packages/socket.io-client/**'
10+
tags-ignore:
11+
- '**@*'
1012

1113
permissions:
1214
contents: read

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: CI
22

33
on:
44
push:
5+
tags-ignore:
6+
- '**@*'
57
pull_request:
68
schedule:
79
- cron: '0 0 * * 0'

0 commit comments

Comments
 (0)