Skip to content

Commit

Permalink
chore: Fix CI condition
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 2, 2023
1 parent 92c6be7 commit 9c9c03b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ jobs:
- cargo-test
- node-test
- integration-test
if: always()
if: ${{ always() && (github.event_name != 'push' || github.ref != 'refs/heads/master') }}
runs-on: ubuntu-latest
name: Done
steps:
Expand Down
8 changes: 7 additions & 1 deletion packages/html/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ yarn.lock
package-lock.json
*.log
.idea/
wasm/
wasm/

# Built files
*.node
.tsbuildinfo
artifacts/
scripts/npm/
8 changes: 7 additions & 1 deletion packages/minifier/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ yarn.lock
package-lock.json
*.log
.idea/
wasm/
wasm/

# Built files
*.node
.tsbuildinfo
artifacts/
scripts/npm/
8 changes: 7 additions & 1 deletion packages/xml/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ yarn.lock
package-lock.json
*.log
.idea/
wasm/
wasm/

# Built files
*.node
.tsbuildinfo
artifacts/
scripts/npm/

0 comments on commit 9c9c03b

Please sign in to comment.