A few more pipeline updates
Some checks failed
ci/woodpecker/manual/ci Pipeline failed
ci/woodpecker/manual/deploy unknown status

This commit is contained in:
2026-02-06 16:18:20 -03:00
parent bc01347635
commit 22b21d254c
2 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,11 @@
# CI: runs on every push. Lint, check, test, build (dev), e2e. # CI: runs on every push. Lint, check, test, build (dev), e2e.
when:
- event: pull_request
- event: push
branch: main
- event: tag
- event: manual
steps: steps:
build: build:
image: node:22-bookworm-slim image: node:22-bookworm-slim

View File

@@ -3,8 +3,10 @@
when: when:
branch: main branch: main
event: [push, tag, manual] event: [push, tag, manual]
depends_on: depends_on:
- ci - ci
steps: steps:
- name: Docker image build - name: Docker image build
image: docker:latest image: docker:latest