add first workflow
This commit is contained in:
parent
113ac95610
commit
d2349532a7
11
.woodpecker.yml
Normal file
11
.woodpecker.yml
Normal file
@ -0,0 +1,11 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.23
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
- echo "binary-data-123" > executable
|
||||
- echo "something else" > executable2
|
||||
Loading…
Reference in New Issue
Block a user