Skip to content

Commit 1e454c2

Browse files
authored
Merge pull request #691 from sdispater/fix/codspeed-workflow
Fix codspeed workflow
2 parents f445948 + 86e70e2 commit 1e454c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codspeed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codspeed
33
on:
44
push:
55
branches:
6-
- "main" # or "master"
6+
- "master"
77
pull_request:
88
# `workflow_dispatch` allows CodSpeed to trigger backtest
99
# performance analysis in order to generate initial data.

0 commit comments

Comments
 (0)