Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Mar 14, 2024
1 parent e0fd461 commit 0e0baff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [build_api, build_indexer]
if: github.event_name != 'pull_request' or github.event.pull_request.merged == true
if: github.event_name != 'pull_request' || github.event.pull_request.merged == true
steps:
- name: Deploy to the server
uses: appleboy/[email protected]
Expand Down

0 comments on commit 0e0baff

Please sign in to comment.