Skip to content

Commit

Permalink
Only run the CI if Raw-rs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elbertronnie committed Oct 25, 2024
1 parent e90443d commit 71184d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-dev-and-ci-raw-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
push:
branches:
- master
paths:
- 'libraries/raw-rs/**'
pull_request:
branches:
- master
paths:
- 'libraries/raw-rs/**'

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 71184d0

Please sign in to comment.