From e0ad32ea0fd4824753e48bcd2c430bde2100336c Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Fri, 21 Aug 2026 21:06:57 -0700 Subject: [PATCH] ci(main): trigger on main branch only --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4b9cd37..1d67e2a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,6 +6,7 @@ name: ci on: push: + branches: [main] pull_request: jobs: