We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflow_dispatch
1 parent c9e9c57 commit 97683aeCopy full SHA for 97683ae
.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