Skip to content

Commit

Permalink
ci: Only run main CI if code changed (#16)
Browse files Browse the repository at this point in the history
Allows faster interactions with repo configuration.
  • Loading branch information
popzxc authored Aug 28, 2024
1 parent 2653540 commit d92c972
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Rust CI"
on:
pull_request:
paths:
- "crates/**"
- "Cargo.toml"
- ".github/workflows/ci.yaml"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit d92c972

Please sign in to comment.