why doesn't the when push thing work?
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Johannes Bülow 2025-11-21 12:24:37 +01:00
parent 39d85dd802
commit a15db79f31
Signed by: jmb
GPG key ID: B56971CF7B8F83A6
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ steps:
username: ${CI_REPO_OWNER} username: ${CI_REPO_OWNER}
password: password:
from_secret: forgejo_token from_secret: forgejo_token
when: # when:
branch: main # branch: main
event: push # event: push

View file

@ -1,7 +1,7 @@
baseurl = "https://www.jmbit.de/" baseurl = "https://www.jmbit.de/"
languageCode = "de-de" languageCode = "de-de"
theme = "terminal" theme = "terminal"
paginate = 5 #paginate = 5
defaultContentLanguage= "de" defaultContentLanguage= "de"
[params] [params]