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 71c29eb commit 034920bCopy full SHA for 034920b
.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
54
55
deploy:
56
name: "deploy"
57
- needs: [prepare, lint, build]
+ needs: [lint, build]
58
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
59
runs-on: ubuntu-latest
60
permissions:
0 commit comments