From 06f608a369b2f1e062cbb9ea5f486409b04a8762 Mon Sep 17 00:00:00 2001 From: Amal Iyer Date: Tue, 12 Sep 2023 13:43:08 -0700 Subject: [PATCH] Enabling manual trigger of tests --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42c5704..b705dbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,8 @@ on: push: branches: [master] pull_request: - + workflow_dispatch: + defaults: run: shell: bash