From 84914fd6c5248f2d6d697ff0dd33e6e4783d536c Mon Sep 17 00:00:00 2001 From: Steve Cliff Date: Sun, 3 May 2026 11:25:13 +0100 Subject: [PATCH] ci: only trigger on PRs into main Drop the push-to-main trigger; main is fast-forward only via PR, so the post-merge run was redundant. --- .gitea/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index d2e3eb0..e6ff8d1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,6 @@ name: CI on: - push: - branches: [main] pull_request: branches: [main]