Skip to content

Commit

Permalink
Pr 364 followup (#367)
Browse files Browse the repository at this point in the history
* fix: build break
* don't push docker img on pr
* forgot to uncomment original code
  • Loading branch information
vnugent committed Dec 10, 2023
1 parent dbc5659 commit 937f825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# deploy to staging by commiting to api-server-deployment repo
deploy-staging:
runs-on: ubuntu-22.04
# if: github.ref_name == 'develop'
if: github.ref_name == 'develop'
needs: docker
steps:
- name: 'Checkout Project'
Expand Down

0 comments on commit 937f825

Please sign in to comment.