From 4cea4162b6828a2b94a1a93ce6df8b6a2bc96cd9 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Thu, 25 Apr 2024 09:16:08 +0530 Subject: [PATCH] [build]: update deploy job [deploy] Signed-off-by: Viet Nguyen Duc --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b6516ff3..45a4a0ec2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: jobs: deploy: # Only continue if the commit message has '[deploy]' in it - if: contains(toJson(github.event.commits), '[deploy]') == true + if: contains(toJson(github.event.commits), '[deploy]') == true || github.event_name == 'workflow_dispatch' name: Deploy Docker images runs-on: ubuntu-latest permissions: write-all