Skip to content

Commit

Permalink
fix: benchmaks do not trigger on extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jan 1, 2025
1 parent 2180a0d commit 1cc55d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
types: [opened, synchronize, reopened, labeled]
branches: ["**"]
paths:
- "benchmarks/**"
- "crates/circuits/**"
- "crates/vm/**"
- "crates/toolchain/**"
- "crates/extensions/**"
- "benchmarks/**"
- "crates/vm/**"
- "extensions/**"
- ".github/workflows/benchmark-call.yml"
- ".github/workflows/benchmarks.yml"

Expand Down

0 comments on commit 1cc55d6

Please sign in to comment.