Skip to content

Commit

Permalink
Fixes for ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Mar 16, 2023
1 parent 0793b46 commit 1f1821f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ on:
paths:
- "**.ts"
- "tsconfig.json"
- "tsconfig.cjs.json"
- "tsconfig.esm.json"
- "ava.config.cjs"
- "ava.config.js"
- "package.json"
- "pnpm-lock.yaml"
- ".github/workflows/ci.yml"
Expand All @@ -17,9 +15,7 @@ on:
paths:
- "**.ts"
- "tsconfig.json"
- "tsconfig.cjs.json"
- "tsconfig.esm.json"
- "ava.config.cjs"
- "ava.config.js"
- "package.json"
- "pnpm-lock.yaml"
- ".github/workflows/ci.yml"
Expand Down

0 comments on commit 1f1821f

Please sign in to comment.