From fc5a6a4c641429477a66b71e82f708f2d84d7f16 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 17 Mar 2023 17:13:31 +0100 Subject: [PATCH] fix typo in ci configuration --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b3bc1ab..b4ecc4f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -18,7 +18,7 @@ pipeline: build: image: node:16 commands: - - npm run build + - npm run build when: branch: [master, develop, feature/*, translations] event: [push, pull_request]