diff --git a/.github/workflows/cdk-deploy-dev.yml b/.github/workflows/cdk-deploy-dev.yml index 04e1173..07ad8bd 100644 --- a/.github/workflows/cdk-deploy-dev.yml +++ b/.github/workflows/cdk-deploy-dev.yml @@ -18,7 +18,7 @@ permissions: jobs: # only run if merged pulled request if_merged: - if: github.event.pull_request.mergerd == true + if: github.event.pull_request.merged == true # deploy: runs-on: ubuntu-latest environment: dev