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 1de2031 commit 3ff43dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ clone:
depth: 5
steps:
build:
release:
image: node:22
when:
- event: push
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
Expand Down
2 changes: 1 addition & 1 deletion live-demo/deploy/.woodpecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
release:
image: node:20
when:
- event: push
- event: push

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

0 comments on commit 3ff43dd

Please sign in to comment.