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 4c09c13 commit 4c2deceCopy full SHA for 4c2dece
.github/workflows/codspeed.yml
@@ -3,8 +3,20 @@ name: CodSpeed
3
on:
4
push:
5
branches:
6
- - "main" # or "master"
+ - "main"
7
+ paths:
8
+ - "cpp-linter-hooks/**"
9
+ - "tests/**"
10
+ - ".github/workflows/codspeed.yml"
11
+ - "pyproject.toml"
12
pull_request:
13
+ branches:
14
15
16
17
18
19
20
# `workflow_dispatch` allows CodSpeed to trigger backtest
21
# performance analysis in order to generate initial data.
22
workflow_dispatch:
0 commit comments