Skip to content

Commit 4c2dece

Browse files
authored
feat: add paths to codspeed.yml (#84)
1 parent 4c09c13 commit 4c2dece

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,20 @@ name: CodSpeed
33
on:
44
push:
55
branches:
6-
- "main" # or "master"
6+
- "main"
7+
paths:
8+
- "cpp-linter-hooks/**"
9+
- "tests/**"
10+
- ".github/workflows/codspeed.yml"
11+
- "pyproject.toml"
712
pull_request:
13+
branches:
14+
- "main"
15+
paths:
16+
- "cpp-linter-hooks/**"
17+
- "tests/**"
18+
- ".github/workflows/codspeed.yml"
19+
- "pyproject.toml"
820
# `workflow_dispatch` allows CodSpeed to trigger backtest
921
# performance analysis in order to generate initial data.
1022
workflow_dispatch:

0 commit comments

Comments
 (0)