We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de2031 commit 3ff43ddCopy full SHA for 3ff43dd
2 files changed
adminforth/documentation/blog/2025-01-09-how-adminforth-manages-version/index.md
@@ -108,8 +108,10 @@ clone:
108
depth: 5
109
110
steps:
111
- build:
+ release:
112
image: node:22
113
+ when:
114
+ - event: push
115
volumes:
116
- /var/run/docker.sock:/var/run/docker.sock
117
commands:
live-demo/deploy/.woodpecker.yml
@@ -10,7 +10,7 @@ steps:
10
release:
11
image: node:20
12
when:
13
- - event: push
14
15
16
0 commit comments