From e606a8869eae149b396ad34112c2ae6bf71a15eb Mon Sep 17 00:00:00 2001 From: Imran Khan Date: Mon, 19 Oct 2020 23:07:29 +0200 Subject: [PATCH] fix: update yml --- .github/workflows/continuous_deployment_master.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous_deployment_master.yml b/.github/workflows/continuous_deployment_master.yml index 8e31d77..995adc4 100644 --- a/.github/workflows/continuous_deployment_master.yml +++ b/.github/workflows/continuous_deployment_master.yml @@ -1,9 +1,8 @@ name: Continuous Deployment on: - create: - tags: - - "*" + repository_dispatch: + types: [semantic-release] jobs: deploy: