Skip to content

Commit 3ff43dd

Browse files
committed
fix: add when event push
1 parent 1de2031 commit 3ff43dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

adminforth/documentation/blog/2025-01-09-how-adminforth-manages-version/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ clone:
108108
depth: 5
109109
110110
steps:
111-
build:
111+
release:
112112
image: node:22
113+
when:
114+
- event: push
113115
volumes:
114116
- /var/run/docker.sock:/var/run/docker.sock
115117
commands:

live-demo/deploy/.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
release:
1111
image: node:20
1212
when:
13-
- event: push
13+
- event: push
1414

1515
volumes:
1616
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)