We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow_dispatch
1 parent 96906da commit 562c445Copy full SHA for 562c445
.github/workflows/tests.yml
@@ -10,6 +10,8 @@ on:
10
pull_request:
11
branches:
12
- '**'
13
+ # `workflow_dispatch` allows CodSpeed to trigger backtest performance analysis in order to generate initial data.
14
+ workflow_dispatch:
15
16
jobs:
17
build:
0 commit comments