Skip to content

Commit

Permalink
ci: ignore tests when publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Sep 21, 2024
1 parent c251ae7 commit d4cb375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'packages/engine.io-client/**'
- 'packages/socket.io-parser/**'
- 'packages/socket.io-client/**'
tags-ignore:
- '**@*'

permissions:
contents: read
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: CI

on:
push:
tags-ignore:
- '**@*'
pull_request:
schedule:
- cron: '0 0 * * 0'
Expand Down

0 comments on commit d4cb375

Please sign in to comment.