Skip to content

Commit

Permalink
fix: add when event push
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Jan 11, 2025
1 parent ba9b0ed commit 1de2031
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions live-demo/deploy/.woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ steps:

release:
image: node:20
when:
- event: push

volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
Expand All @@ -22,6 +25,9 @@ steps:
- NPM_TOKEN

build-live-demo:
when:
- event: push

image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Expand Down

0 comments on commit 1de2031

Please sign in to comment.