Skip to content

Commit

Permalink
chore: fix build condition for previews
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 14, 2024
1 parent 47ef50d commit dd4ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
key: ${{ steps.nx-cache-restore.outputs.cache-primary-key }}

deploy:
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master' || github.event.pull_request.base.ref == 'develop'
needs: test
uses: ./.github/workflows/cd.yml
secrets: inherit

0 comments on commit dd4ad90

Please sign in to comment.