We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251ae7 commit d4cb375Copy full SHA for d4cb375
.github/workflows/ci-browser.yml
@@ -7,6 +7,8 @@ on:
7
- 'packages/engine.io-client/**'
8
- 'packages/socket.io-parser/**'
9
- 'packages/socket.io-client/**'
10
+ tags-ignore:
11
+ - '**@*'
12
13
permissions:
14
contents: read
.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
2
3
on:
4
push:
5
6
pull_request:
schedule:
- cron: '0 0 * * 0'
0 commit comments