Skip to content

Commit

Permalink
ci: remove paths from ci workflow as jobs set to be required
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Dec 5, 2024
1 parent 1c24b66 commit 23e8777
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
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 23e8777

Please sign in to comment.