Skip to content

Commit edd2e1d

Browse files
committed
Merge remote-tracking branch 'origin/2.1.x' into 2.2.x
2 parents 188365c + 4c92db6 commit edd2e1d

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/bench.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ name: "Benchmark"
22

33
on:
44
pull_request:
5-
paths-ignore:
6-
- 'compiler/**'
7-
- 'apigen/**'
8-
- 'changelog-generator/**'
9-
- 'issue-bot/**'
5+
paths:
6+
- 'src/**'
7+
- '.github/workflows/bench.yml'
8+
- 'tests/bench/**'
109
push:
1110
branches:
1211
- "2.2.x"
13-
paths-ignore:
14-
- 'compiler/**'
15-
- 'apigen/**'
16-
- 'changelog-generator/**'
17-
- 'issue-bot/**'
12+
paths:
13+
- 'src/**'
14+
- '.github/workflows/bench.yml'
15+
- 'tests/bench/**'
1816

1917
concurrency:
2018
group: bench-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)