From bb46404d9d558fd23fb5dcba4fe492f77af39763 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Fri, 16 Dec 2022 11:43:19 +0000 Subject: [PATCH] Enable manual trigger for CI This allows users to manually trigger CI for specified branch. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2a59ea484..f2038f505 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,7 @@ name: CI on: + workflow_dispatch: push: branches: - main