From cc251dc8228e5205bb0f70883868cd0242f95396 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 17 Jul 2023 16:39:17 -0300 Subject: [PATCH] mejorar ci --- .woodpecker.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 3a8f9c9..155075d 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -9,14 +9,11 @@ pipeline: - ./tool check when: path: - exclude: ["*.md"] - refresh-feeds: - image: gitea.nulo.in/nulo/super-image:3.18 - commands: - - ./tool refresh_feeds + include: ["*.js", "*.ts", "package.json", "pnpm-lock.yaml", "tsconfig.json"] build: image: gitea.nulo.in/nulo/super-image:3.18 commands: + - ./tool refresh_feeds - ./tool build upload: image: gitea.nulo.in/nulo/super-image:3.18