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 e24b2a6 commit e0d9473Copy full SHA for e0d9473
.github/workflows/test-and-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
if: ${{ matrix.dev == '--dev' }}
39
run: codecov
40
deploy:
41
- # needs: build
+ needs: build
42
if: github.event_name == 'push'
43
runs-on: ubuntu-latest
44
steps:
0 commit comments