From 50ee8780973f406298809d87089b17f5a42fcf25 Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Thu, 4 Jun 2026 13:29:40 -0400 Subject: [PATCH] ci: drop redundant push-to-main trigger PR already runs test+lint+vulncheck on the same commit. Running identical jobs again on merge wastes ~10min of runner. --- .gitea/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b2291f1..bf0eedd 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,8 +1,6 @@ name: CI on: - push: - branches: [main] pull_request: env: