From fc5f989c4f09c2d3225bf4e0e8c13759f0487e12 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Tue, 15 Feb 2022 10:35:30 -0800 Subject: build: Also allow explicitly running per-commit checks This allows explicitly starting the workflow using the GitHub actions UI. --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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: -- cgit v1.2.3