summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-09-26 00:54:58 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-09-26 00:54:58 -0600
commit29fe8ff16b0aeb57d81ccbe2cec0c2abb86a4fd8 (patch)
tree738159bec569a08b2128efc51fce3bd07ddd459a /.github
parentb1705532a2b48a1153494552f3be020e96c9f1d9 (diff)
allow CI workflow to be started from web UI [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b5b7a293..412c6cee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -8,6 +8,7 @@ on:
paths-ignore: ['*.adoc', 'docs/**']
schedule:
- cron: '0 2 * * *'
+ workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true