Skip to content

Commit

Permalink
fixup! Adding preview also for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lukdog committed May 9, 2024
1 parent 38c96a2 commit 90c28f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:

- name: Deploy to Netlify Preview
if: github.event_name == 'pull_request'
id: netlify_deploy
run: |
netlify deploy \
--dir public \
Expand All @@ -100,7 +99,6 @@ jobs:
- name: Deploy to Netlify Prod
if: github.event_name != 'pull_request'
id: netlify_deploy
run: |
netlify deploy \
--prod \
Expand Down

0 comments on commit 90c28f1

Please sign in to comment.