allow manual ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Aaron Riedel 2024-09-24 22:24:24 +02:00
parent ee7756f51d
commit 03d5ba0ab8
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -15,7 +15,7 @@ steps:
- linux/amd64 - linux/amd64
when: when:
- branch: main - branch: main
event: push event: [push, manual]
- name: docker-build - name: docker-build
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
privileged: true privileged: true
@ -34,4 +34,4 @@ steps:
when: when:
- branch: - branch:
exclude: main exclude: main
event: push event: [push, manual]