Skip to content

Commit a30fb64

Browse files
committed
ci: remove paths filter from benchmark.yml
1 parent 7ba6341 commit a30fb64

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,9 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, synchronize]
7-
paths:
8-
- '**/*.rs'
9-
- 'Cargo.lock'
10-
- 'rust-toolchain.toml'
117
push:
128
branches:
139
- main
14-
paths:
15-
- '**/*.rs'
16-
- 'Cargo.lock'
17-
- 'rust-toolchain.toml'
1810

1911
concurrency:
2012
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)