We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60aff2 commit 28f6a34Copy full SHA for 28f6a34
.github/workflows/deploy.yml
@@ -16,7 +16,6 @@ jobs:
16
# Deploy preview for pull requests
17
deploy-preview:
18
name: Deploy Preview
19
- needs: test
20
if: github.event_name == 'pull_request'
21
runs-on: ubuntu-latest
22
environment: preview
@@ -84,7 +83,6 @@ jobs:
84
83
# Deploy to production (main branch)
85
deploy-production:
86
name: Deploy Production
87
88
if: github.ref == 'refs/heads/main'
89
90
environment: production
0 commit comments