From 32a7e94106edde7d104333d3497955b5dcfc0e70 Mon Sep 17 00:00:00 2001 From: Vitaly Voloshin Date: Wed, 3 Jan 2024 23:12:10 +0000 Subject: [PATCH] Reverting back from running action on push --- .github/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4ee545f..f663594 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,9 +4,9 @@ name: Deploy on: # Allow manual triggering of the workflow from the Actions tab workflow_dispatch: - push: - branches: - - main + # push: + # branches: + # - main # Allow inputs to be passed when manually triggering the workflow from the Actions tab inputs: