diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index 65dc199bb..c259b85af 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: - pull_request: - types: - - labeled + push: + branches: + - 'feat/3223-terraform-cf' jobs: pr_labeled_deployment: if: startsWith(github.event.label.name, 'Deploy with CircleCI')