Skip to content

Commit

Permalink
Comment out if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayra Peña authored and Mayra Peña committed Nov 11, 2024
1 parent c38de42 commit 3f1fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Perform the deployment to Prod
build:
# Need to make sure that when the PR was closed, it was actually merged.
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'

name: Deployment Script
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f1fdc8

Please sign in to comment.