A few more pipeline updates
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
# CI: runs on every push. Lint, check, test, build (dev), e2e.
|
||||
when:
|
||||
- event: pull_request
|
||||
- event: push
|
||||
branch: main
|
||||
- event: tag
|
||||
- event: manual
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: node:22-bookworm-slim
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
when:
|
||||
branch: main
|
||||
event: [push, tag, manual]
|
||||
|
||||
depends_on:
|
||||
- ci
|
||||
|
||||
steps:
|
||||
- name: Docker image build
|
||||
image: docker:latest
|
||||
|
||||
Reference in New Issue
Block a user