Skip to content

Commit

Permalink
ci: update CI to only run on code changes
Browse files Browse the repository at this point in the history
Add paths to exclude unrelated changes from CI testing and releases.
  • Loading branch information
mvprowess committed Aug 18, 2024
1 parent d033e45 commit 1094620
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ on:
push:
branches:
- "**"
paths:
- "test/**"
- "scripts/**"
- "lib/**"
- "bin/**"
pull_request:
branches:
- "**"
paths:
- "test/**"
- "scripts/**"
- "lib/**"
- "bin/**"

defaults:
run:
Expand Down

0 comments on commit 1094620

Please sign in to comment.