We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4651d9 commit 03fc0e7Copy full SHA for 03fc0e7
.github/workflows/benchmark.yml
@@ -3,9 +3,23 @@ name: Benchmark
3
on:
4
push:
5
branches: [main]
6
+ paths:
7
+ - cpp-linter/src/
8
+ - cpp-linter/benches/
9
+ - cpp-linter/Cargo.toml
10
+ - Cargo.toml
11
+ - Cargo.lock
12
+ - .github/workflows/benchmark.yml
13
tags-ignore: ['*']
14
pull_request:
15
16
17
18
19
20
21
22
23
# `workflow_dispatch` allows CodSpeed to trigger back-test
24
# performance analysis in order to generate initial data.
25
workflow_dispatch:
0 commit comments