[fix] running the main step on the deployment event
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Cloudyy 2024-01-26 00:37:11 -03:00
parent bbf92ed1d5
commit ba369e2fa6
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -12,6 +12,6 @@ pipeline:
- cp -r $HOME/.cache/woodpecker/zine/dist/* /srv/http/zine
when:
branch: main
event: ['push']
event: ['push', 'deployment']
path:
exclude: ['README.md', 'scripts/*']