Skip to content

Commit c8d1965

Browse files
committed
Run benchmarks when a release is published
1 parent c92fcb2 commit c8d1965

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
# `workflow_dispatch` allows CodSpeed to trigger backtest
1515
# performance analysis in order to generate initial data.
1616
workflow_dispatch:
17+
release:
18+
types:
19+
- published
1720

1821
concurrency:
1922
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)