From ab9aaa4c95d1f9799f6f6d84a501587b041fa952 Mon Sep 17 00:00:00 2001 From: Alexander Chan Date: Wed, 7 Jun 2023 13:42:01 -0700 Subject: [PATCH] SPRXCLT-11: add test workflow_dispatch --- .github/workflows/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a91cb7c..fdb6c8c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,6 +2,8 @@ name: tests on: + workflow_dispatch: + push: branches-ignore: - 'development/**'