From d6de295a6054f3345f73336d2f7a551326f3d636 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 9 Aug 2023 17:11:23 +0000 Subject: [PATCH] ci: enable workflow_dispatch This allows running the tests on an adhoc basis. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 868cf78cf63..1309b011939 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,7 @@ on: branches-ignore: - 'patchback/**' pull_request: + workflow_dispatch: jobs: docs_sanity_docs_build: