From 3c3d63354074ccb498c32182ede946d100d2e732 Mon Sep 17 00:00:00 2001 From: Gino Canessa <50417653+GinoCanessa@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:50:01 -0500 Subject: [PATCH] Change action trigger --- .github/workflows/argo-ris.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/argo-ris.yml b/.github/workflows/argo-ris.yml index f86be0c..a360e43 100644 --- a/.github/workflows/argo-ris.yml +++ b/.github/workflows/argo-ris.yml @@ -1,10 +1,9 @@ name: Restart Deployment on: - workflow_dispatch: - inputs: - deployment_name: - description: 'Restart subscriptions-ri for argo.run' - required: true + push: + branches: + - main + jobs: restart_deployment: runs-on: ubuntu-latest