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