Skip to content

Commit

Permalink
ci: avoid double run
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jun 10, 2024
1 parent 3d0bde3 commit bc58364
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: test

on:
push:
branches:
- main
paths-ignore:
- 'packages/docs/**'
- 'packages/playground/**'
pull_request:
branches:
- main
paths-ignore:
- 'packages/docs/**'
- 'packages/playground/**'
Expand Down

0 comments on commit bc58364

Please sign in to comment.