Skip to content

Commit

Permalink
update only on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sg committed Jun 25, 2024
1 parent b65c6ec commit acb99d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cdk-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- main
pull_request:
types:
- closed
branches:
- main

Expand All @@ -14,7 +16,8 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
deploy:
if_merged:
if: github.event.pull_request.mergerd == true
runs-on: ubuntu-latest
environment: dev

Expand Down

0 comments on commit acb99d7

Please sign in to comment.