ci: ignore tests when publishing to npm

This commit is contained in:
Damien Arrachequesne
2024-09-21 09:26:46 +02:00
parent c251ae7ba7
commit d4cb375856
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ on:
- 'packages/engine.io-client/**'
- 'packages/socket.io-parser/**'
- 'packages/socket.io-client/**'
tags-ignore:
- '**@*'
permissions:
contents: read

View File

@@ -2,6 +2,8 @@ name: CI
on:
push:
tags-ignore:
- '**@*'
pull_request:
schedule:
- cron: '0 0 * * 0'