From 10c8e3962a1acb7088748c88051aabd8ccd8323e Mon Sep 17 00:00:00 2001 From: Brad Fritz Date: Sat, 20 Apr 2024 09:23:14 -0400 Subject: [PATCH] allow manual run of CI workflow in GitHub Actions --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c296dc1..f62f526 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: push: branches: [main, staging, trying] + workflow_dispatch: {} jobs: test-scripts: