This commit is contained in:
parent
255c98df66
commit
de367d57af
1 changed files with 10 additions and 0 deletions
10
.woodpecker.yaml
Normal file
10
.woodpecker.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
- event: manual
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: hello-world
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- echo hello
|
Reference in a new issue