diff --git a/.gitea/workflows/hugo-build.yml b/.gitea/workflows/hugo-build.yml index c7fdb2b..6df4c7c 100644 --- a/.gitea/workflows/hugo-build.yml +++ b/.gitea/workflows/hugo-build.yml @@ -1,6 +1,9 @@ name: Hugo Update Pipeline run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + repository_dispatch: + types: + - update-submodule jobs: Explore-Gitea-Actions: