Skip to content

Commit

Permalink
Update node.master.js.yml
Browse files Browse the repository at this point in the history
Set deploy to run on release
  • Loading branch information
alaboso authored Sep 24, 2024
1 parent 0d3397d commit 9c87f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.master.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
needs: docker_demo_server_frontend

if: (github.event_name == 'push' || github.event.pull_request.merged)
if: (github.event_name == 'release')

steps:
- name: Checkout code
Expand Down

0 comments on commit 9c87f25

Please sign in to comment.