From 697d40129657fd61e5dee9c42310d5db07b0d7ef Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Mon, 20 Jan 2025 08:15:08 -0800 Subject: [PATCH] GitHub Actions: allow manual triggering of CI tests ...because sometimes I want to trigger it manually in case of a glitch. --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 34ff0a5..b682cb9 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -3,6 +3,7 @@ name: CI Tests on: push: branches: [main] + workflow_dispatch: jobs: build: