Skip to content

Commit 29461b1

Browse files
committed
Only run codspeed on tags
1 parent 9e9e746 commit 29461b1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: codspeed-benchmarks
22

33
on:
44
push:
5-
branches:
6-
- "main" # or "master"
7-
pull_request:
8-
# `workflow_dispatch` allows CodSpeed to trigger backtest
9-
# performance analysis in order to generate initial data.
5+
tags:
6+
- "v*"
107
workflow_dispatch:
118

129
jobs:

0 commit comments

Comments
 (0)