Add a wowrkflow to test that everything works
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
All checks were successful
ci/woodpecker/push/test-workflow Pipeline was successful
This commit is contained in:
parent
bd7286a858
commit
fd95f9905f
9
.woodpecker/test-workflow.yml
Normal file
9
.woodpecker/test-workflow.yml
Normal file
@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Hello world"
|
||||
Loading…
x
Reference in New Issue
Block a user