Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq authored Dec 6, 2022
1 parent 9c95334 commit 4370e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
deploy-public:
name: Deploy public
needs: [install-build]
if: github.head_ref == ''
if: github.event.pull_request.true == false && github.head_ref != ''
uses: ./.github/workflows/deploy.yml
with:
cache_sha: ${{ github.event.pull_request.head.sha || github.sha }}
Expand Down

0 comments on commit 4370e23

Please sign in to comment.