Skip to content

Commit

Permalink
ci: remove path restrictions for EDR jobs (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro authored Jul 11, 2024
1 parent 83f3325 commit caa4ac8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/edr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,9 @@ on:
push:
branches:
- main
paths:
- ".github/workflows/edr-ci.yml"
- "rust-toolchain"
- "Cargo.lock"
- "Cargo.toml"
- "crates/**"
pull_request:
branches:
- "**"
paths:
- ".github/workflows/edr-ci.yml"
- "rust-toolchain"
- "Cargo.lock"
- "Cargo.toml"
- "crates/**"
workflow_dispatch:

env:
Expand Down

0 comments on commit caa4ac8

Please sign in to comment.