Skip to content

Commit

Permalink
Merge pull request #7 from sghost13/test-merge
Browse files Browse the repository at this point in the history
update only on merge
  • Loading branch information
sghost13 committed Jun 25, 2024
2 parents d7a7b86 + e6f77b6 commit 96e7c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cdk-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ permissions:
contents: read # This is required for actions/checkout

jobs:
# only run if merged pulled request
if_merged:
if: github.event.pull_request.mergerd == true
# deploy:
Expand Down

0 comments on commit 96e7c5a

Please sign in to comment.