only ci for push event
All checks were successful
ci/woodpecker/push/build/1 Pipeline was successful
ci/woodpecker/push/build/2 Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful

This commit is contained in:
qpismont 2024-02-08 20:21:58 +01:00
parent d8c98adeff
commit 00d45d670b
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,6 @@
when:
event: [push]
steps: steps:
build: build:
image: oven/bun:${BUN_VERSION}-slim image: oven/bun:${BUN_VERSION}-slim

View file

@ -1,3 +1,6 @@
when:
event: [push]
steps: steps:
lint: lint:
image: oven/bun:1.0.26-slim image: oven/bun:1.0.26-slim

View file

@ -1,3 +1,6 @@
when:
event: [push]
steps: steps:
test: test:
image: oven/bun:${BUN_VERSION}-slim image: oven/bun:${BUN_VERSION}-slim