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
steps:
- name: build
image: alpine:3.17.2
image: debian
commands:
- apk update
- apk add zola
- zola build
- echo "This is the build step"