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: