Skip to content

Commit

Permalink
Deploy after analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Sep 9, 2023
1 parent e5ce2f2 commit a976849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: npm run test
deploy:
runs-on: ubuntu-latest
needs: test
needs: [test, analyze]
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a976849

Please sign in to comment.