diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index 3ffea1b5a..65dc199bb 100644 --- a/.github/workflows/deploy-on-label.yml +++ b/.github/workflows/deploy-on-label.yml @@ -24,9 +24,9 @@ ########################################################################### name: Deploy PR based on Label on: - push: - branches: - - 'feat/3223-terraform-cf' + pull_request: + types: + - labeled jobs: pr_labeled_deployment: if: startsWith(github.event.label.name, 'Deploy with CircleCI')