Skip to content

Commit

Permalink
change conditional to false for testing purposes
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 8, 2024
1 parent 5d7a563 commit ec6bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
if_merged:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == false
name: Build and Push Images
runs-on: ubuntu-latest

Expand Down

0 comments on commit ec6bf90

Please sign in to comment.