From f84a5f077f1bdcc8cfcb1c0b9e730f2cddca95ca Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Tue, 10 Dec 2024 01:59:08 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.woodpecker.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .woodpecker.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 505efdb..7f4cbe1 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,4 +5,6 @@ steps: platforms: linux/386,linux/amd64 repo: ${CI_REPO} registry: git.unbind.ru - tags: latest \ No newline at end of file + tags: latest + when: + event: [tag, push] \ No newline at end of file