We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 188365c + 4c92db6 commit edd2e1dCopy full SHA for edd2e1d
1 file changed
.github/workflows/bench.yml
@@ -2,19 +2,17 @@ name: "Benchmark"
2
3
on:
4
pull_request:
5
- paths-ignore:
6
- - 'compiler/**'
7
- - 'apigen/**'
8
- - 'changelog-generator/**'
9
- - 'issue-bot/**'
+ paths:
+ - 'src/**'
+ - '.github/workflows/bench.yml'
+ - 'tests/bench/**'
10
push:
11
branches:
12
- "2.2.x"
13
14
15
16
17
18
19
concurrency:
20
group: bench-${{ github.head_ref || github.run_id }}
0 commit comments