Skip to content

Commit

Permalink
fix: restrict release workflow to changes in crates/
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 23, 2024
1 parent 5ba682f commit 5892ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
on:
push:
branches: [main]
paths: ['Cargo.toml', 'crates/**']

jobs:
release:
Expand Down

0 comments on commit 5892ec5

Please sign in to comment.