Update .gitea/workflows/hugo.yaml
All checks were successful
/ deploy (push) Successful in 28s

This commit is contained in:
Mans Ziesel 2023-10-01 21:48:20 +00:00
parent 972dd1b570
commit 7ca1ee7e81

View File

@ -3,6 +3,12 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
workflow_dispatch:
# Allows external webhook trigger
repository_dispatch:
types:
- webhook
jobs: jobs:
deploy: deploy: