From 52663785f1c95fbadfc63e85cfb94772a394f6c7 Mon Sep 17 00:00:00 2001 From: richardoswald Date: Mon, 9 Jun 2025 08:02:55 -0500 Subject: [PATCH] Update .gitea/workflows/hugo-build.yml --- .gitea/workflows/hugo-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: