Add event trigger #37

Closed
aeddis wants to merge 12 commits from ci/fix_woodpecker into main
Showing only changes of commit 773b544d2c - Show all commits

View file

@ -6,8 +6,6 @@ when:
branch: main branch: main
steps: steps:
- name: build - name: build
image: alpine:3.17.2 image: debian
commands: commands:
- apk update - echo "This is the build step"
- apk add zola
- zola build