Skip to content

Commit

Permalink
fix(ci): remove ignore-paths list
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Sep 6, 2023
1 parent 5f75ac8 commit 30b088a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ on:
branches:
- master
- next
paths-ignore:
- 'bench/**'
- 'examples/**'
pull_request:
branches:
- master
- next
paths-ignore:
- 'bench/**'
- 'examples/**'

jobs:
test:
Expand Down

0 comments on commit 30b088a

Please sign in to comment.