Skip to content

Commit 3b01075

Browse files
authored
ci: restrict benchmark workflow to bench/ branches only (#77)
1 parent f3dd002 commit 3b01075

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Benchmarks
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- 'bench/**'
58
pull_request:
6-
branches: [main]
7-
paths:
8-
- 'src/rules/**'
9-
- 'benches/**'
10-
- '.github/workflows/benchmark.yml'
9+
branches:
10+
- 'bench/**'
1111

1212
env:
1313
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)