Allow build trigger on manual and cron
Some checks failed
ci/woodpecker/push/age-check Pipeline was successful
ci/woodpecker/push/build-deploy Pipeline was successful
ci/woodpecker/manual/age-check Pipeline failed
ci/woodpecker/manual/build-deploy Pipeline was successful

This commit is contained in:
Louis 2025-04-29 16:24:15 +02:00
parent bfabd15e3a
commit feb18efbb3

View file

@ -12,7 +12,7 @@ steps:
when: when:
- path: - path:
include: ["*.tex"] include: ["*.tex"]
event: [push, pull_request] event: [push, pull_request, manual, cron]
- name: deploy - name: deploy
image: *GIT_VERSION image: *GIT_VERSION
@ -64,4 +64,4 @@ steps:
when: when:
- path: - path:
include: ["*.tex"] include: ["*.tex"]
event: [push, pull_request] event: [push, pull_request, manual, cron]