From 6acd32472f889dbba910a82d65f673a709bd7679 Mon Sep 17 00:00:00 2001 From: Arif Khalid <88131400+Arif-Khalid@users.noreply.github.com> Date: Mon, 4 Mar 2024 12:02:40 +0800 Subject: [PATCH] Automatic deployment (#272) Making releases is done via a manual call to Version Deployment workflow This can be further streamlined by deployment on push to a deploy branch Let's change workflow behavior to run on push to a deploy branch --- .github/workflows/deployment-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-actions.yml b/.github/workflows/deployment-actions.yml index 0b5b6bae1..e1e12305d 100644 --- a/.github/workflows/deployment-actions.yml +++ b/.github/workflows/deployment-actions.yml @@ -6,8 +6,8 @@ name: Version Deployment on: - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + push: + branches: deploy jobs: deploy_web: