Skip to content

Commit

Permalink
Fix issue with ci/cd config (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
wil92 committed May 1, 2023
1 parent a76d64a commit 2397568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# DEPLOY PROJECT (DEVELOP)
deploy-dev:

needs: [ tests ]
needs: [ test ]
if: github.ref == 'refs/heads/develop'

runs-on: ubuntu-latest
Expand Down

0 comments on commit 2397568

Please sign in to comment.