From 84c7b336c0b7e4ebb849a4fa6c2840af2a422a95 Mon Sep 17 00:00:00 2001 From: Alexander Chan Date: Mon, 5 Jun 2023 11:50:08 -0700 Subject: [PATCH] UTAPI-94: 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 ece6e452..74558087 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,6 +2,8 @@ name: tests on: + workflow_dispatch: + push: branches-ignore: - 'development/**'