Skip to content

Commit adc39d6

Browse files
only run benchmarks on code changes (#294)
1 parent dc8730d commit adc39d6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/bench.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@ name: bench
22

33
on:
44
pull_request:
5+
paths:
6+
- ".github/workflows/bench.yml"
7+
- "crates/**"
8+
- "Cargo.lock"
9+
- "Cargo.toml"
510
push:
611
branches: [main]
12+
paths:
13+
- ".github/workflows/bench.yml"
14+
- "crates/**"
15+
- "Cargo.lock"
16+
- "Cargo.toml"
717
workflow_dispatch:
818

919
jobs:

0 commit comments

Comments
 (0)