From 3e42fe86a404e50904ed35403ed0e555c767b2f6 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:02:24 -0600 Subject: [PATCH] Run tests only on PRs --- .gitea/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 13c9d34..6a9fa2d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -3,8 +3,6 @@ run-name: ${{ gitea.actor }} triggered CI pipeline on: workflow_dispatch: {} - push: - branches: [main, develop] # only direct pushes/merges to protected branches pull_request: branches: [main, develop] # PRs into main/develop types: [opened, reopened, synchronize]