From 35eeb0ff225f6aa0f8366c1832d45db9b17bdbcc Mon Sep 17 00:00:00 2001 From: Kevin Conway Date: Fri, 14 Jun 2024 08:35:35 -0500 Subject: [PATCH] Update ci.yml Add manual trigger for CI. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96475ba..d4b0f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: pull_request: branches: - "master" + workflow_dispatch: {} jobs: lint: