From 5e1df4f2498c4be95ac179dadce187367f02141d Mon Sep 17 00:00:00 2001 From: oonyeje Date: Sat, 1 Mar 2025 18:35:43 -0500 Subject: [PATCH] - simplify triggers --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 8147dba..5d7c559 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,9 +4,11 @@ on: push: branches: - main + - Setup-Basic-Website pull_request: branches: - main + workflow_dispatch: jobs: build-and-push: