diff --git a/.github/workflows/prod-stage.yaml b/.github/workflows/prod-stage.yaml index b358961..214b42a 100644 --- a/.github/workflows/prod-stage.yaml +++ b/.github/workflows/prod-stage.yaml @@ -3,13 +3,13 @@ name: Deploy Production App on: # push: # branches: [ main ] - # pull_request: - # types: [ closed ] + pull_request: + types: [ closed ] workflow_dispatch: jobs: build: - # if: github.event.pull_request.merged == true + if: github.event.pull_request.merged == true runs-on: ubuntu-latest env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}