add woodpecker directory
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
This commit is contained in:
parent
c781d79ed2
commit
9262dcca0d
1 changed files with 9 additions and 0 deletions
9
.woodpecker/workflow.yaml
Normal file
9
.woodpecker/workflow.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Test"
|
Loading…
Reference in a new issue