From fb2aff3b67013f0d63fbe1501484838d5e3d26e6 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Tue, 10 Sep 2024 22:07:05 -0500 Subject: [PATCH] enabling manual trigger --- .github/workflows/on_merge_to_master.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index 1724fc0dc..a44b03afd 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -1,6 +1,7 @@ name: Deploy to EC2 on: + workflow_dispatch: # Enables manual trigger push: branches: - main # Trigger on push to main branch