Skip to content

Commit

Permalink
Filter the paths to be included in the CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedRadone committed Dec 27, 2024
1 parent ea28264 commit 9e7dcdb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
push:
branches:
- master
paths:
- *paths
pull_request:
branches:
- master
paths:
- *paths

jobs:
test:
Expand Down Expand Up @@ -41,3 +45,10 @@ jobs:
./rv example cargo invariant
./rv example reverse test
./rv example slice test
paths: &paths
- "**.ts"
- "**.js"
- "**.json"
- "example/**"
- ".github/workflows/**"

0 comments on commit 9e7dcdb

Please sign in to comment.