diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index ddd05e2d8d..9b2634ec1a 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -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"