Add event trigger #37

Closed
aeddis wants to merge 12 commits from ci/fix_woodpecker into main
2 changed files with 10 additions and 12 deletions
Showing only changes of commit 78fac775bc - Show all commits

View file

@ -1,9 +1,9 @@
---
when:
event:
- push
- pull_request
branch: main
steps:
- name: build
image: alpine:3.17.2
@ -11,7 +11,6 @@ steps:
- apk update
- apk add zola
- zola build
- name: upload
image: plugins/s3
settings:

View file

@ -1,9 +1,9 @@
---
when:
event:
- push
- pull_request
branch: main
branch: preprod
steps:
- name: build
image: alpine:3.17.2
@ -11,7 +11,6 @@ steps:
- apk update
- apk add zola
- zola build
- name: upload
when:
branch: