From 1b1549bcc799ad3391854fc3aec0ef949ad89f43 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 28 Mar 2023 13:11:42 +0200 Subject: [PATCH] fix: Fix CI --- .woodpecker/.publish-npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.publish-npm.yml b/.woodpecker/.publish-npm.yml index e951087..aebeed7 100644 --- a/.woodpecker/.publish-npm.yml +++ b/.woodpecker/.publish-npm.yml @@ -1,6 +1,7 @@ pipeline: prepare: when: + branch: main event: tag image: node commands: @@ -9,6 +10,7 @@ pipeline: publish-npm: when: + branch: main event: tag image: plugins/npm settings: @@ -18,7 +20,5 @@ pipeline: email: from_secret: npm_email -branches: main - depends_on: - test \ No newline at end of file