Skip to content

Commit

Permalink
fix: remove path restrictions for ci test runs (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillLillis committed Jul 8, 2024
1 parent c92703d commit c762f7b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,8 @@ on:
push:
branches:
- "*"
paths:
- "src/**"
- "Cargo.*"
- build.rs
pull_request:
branches: ["master"]
paths:
- ".github/workflows/tests.yml"
- "src/**"
- "Cargo.*"
- build.rs

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}
Expand Down

0 comments on commit c762f7b

Please sign in to comment.