summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMartin Atkins <mart@degeneration.co.uk>2022-02-15 10:35:30 -0800
committerGitHub <noreply@github.com>2022-02-15 10:35:30 -0800
commitfc5f989c4f09c2d3225bf4e0e8c13759f0487e12 (patch)
treed9f002df5e12b479c9cde85fc663dc5d4deac0a6 /.github/workflows
parent4f56414b15e95cf505ae31bfecba9a538cc78c31 (diff)
build: Also allow explicitly running per-commit checks
This allows explicitly starting the workflow using the GitHub actions UI.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index a28f8f8..ef9a2f7 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -2,6 +2,7 @@ name: Per-commit Checks
on:
push:
+ workflow_dispatch:
jobs:
unit_tests: