Fix yaml lint

This commit is contained in:
Aeddis 2024-09-26 15:33:13 +02:00
parent 91a0840ac4
commit 78fac775bc
2 changed files with 10 additions and 12 deletions

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: