Skip to content

Commit 90c28f1

Browse files
committed
fixup! Adding preview also for main branch
1 parent 38c96a2 commit 90c28f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/preview.yml

-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ jobs:
8989

9090
- name: Deploy to Netlify Preview
9191
if: github.event_name == 'pull_request'
92-
id: netlify_deploy
9392
run: |
9493
netlify deploy \
9594
--dir public \
@@ -100,7 +99,6 @@ jobs:
10099
101100
- name: Deploy to Netlify Prod
102101
if: github.event_name != 'pull_request'
103-
id: netlify_deploy
104102
run: |
105103
netlify deploy \
106104
--prod \

0 commit comments

Comments
 (0)