diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index 65dc199bb..f0b2d85d8 100644 --- a/.github/workflows/deploy-on-label.yml +++ b/.github/workflows/deploy-on-label.yml @@ -24,12 +24,12 @@ ########################################################################### 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') + #if: startsWith(github.event.label.name, 'Deploy with CircleCI') runs-on: ubuntu-latest name: Initiate deploy job in CircleCI steps: