From bf82670f9e524ae7effa715aca14bff7591418ee Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 19 Jun 2026 20:01:15 -0400 Subject: [PATCH] Disable running CI on pull requests It's already running on push for all branches. --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2a4c156..b01cbe1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,7 +1,6 @@ name: "CI" on: push: - pull_request: workflow_dispatch: jobs: