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]