Skip to content

Commit

Permalink
ci: remove path checks for benchmarks (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
agostbiro authored Jul 11, 2024
1 parent fe9e3b1 commit 83f3325
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/edr-benchmark.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-benchmark.yml"
- "rust-toolchain"
- "Cargo.lock"
- "Cargo.toml"
- "crates/**"
pull_request:
branches:
- "**"
paths:
- ".github/workflows/edr-benchmark.yml"
- "rust-toolchain"
- "Cargo.lock"
- "Cargo.toml"
- "crates/**"
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 83f3325

Please sign in to comment.