Skip to content

Commit a5d2368

Browse files
ci: ignore tests when publishing to npm (bis)
`tags-ignore` seems to disable the workflow in all cases.
1 parent 88efd44 commit a5d2368

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.github/workflows/ci-browser.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: CI (browser)
22

33
on:
44
push:
5+
branches:
6+
- '**'
57
paths:
68
- 'packages/engine.io-parser/**'
79
- 'packages/engine.io-client/**'
810
- 'packages/socket.io-parser/**'
911
- 'packages/socket.io-client/**'
10-
tags-ignore:
11-
- '**@*'
1212

1313
permissions:
1414
contents: read

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: CI
22

33
on:
44
push:
5-
tags-ignore:
6-
- '**@*'
5+
branches:
6+
- '**'
77
pull_request:
88
schedule:
99
- cron: '0 0 * * 0'

package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/engine.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": ">=10.0.0",
3737
"accepts": "~1.3.4",
3838
"base64id": "2.0.0",
39-
"cookie": "~0.7.0",
39+
"cookie": "~0.7.2",
4040
"cors": "~2.8.5",
4141
"debug": "~4.3.1",
4242
"engine.io-parser": "~5.2.1",

0 commit comments

Comments
 (0)