only ci for push event
All checks were successful
All checks were successful
This commit is contained in:
parent
d8c98adeff
commit
00d45d670b
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
when:
|
||||
event: [push]
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: oven/bun:${BUN_VERSION}-slim
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
when:
|
||||
event: [push]
|
||||
|
||||
steps:
|
||||
lint:
|
||||
image: oven/bun:1.0.26-slim
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
when:
|
||||
event: [push]
|
||||
|
||||
steps:
|
||||
test:
|
||||
image: oven/bun:${BUN_VERSION}-slim
|
||||
|
|
Loading…
Reference in a new issue