From 5898360ac76b38e3e6e4e28679e18ef1a2791e5b Mon Sep 17 00:00:00 2001 From: Switch <31280229+gavin1970@users.noreply.github.com> Date: Sat, 7 Mar 2026 20:03:12 -0500 Subject: [PATCH] refactor ci.yml to not run on both push and pull request into main. Rule is set to prevent direct push to main. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba146f..d14993c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,8 +1,6 @@ name: CI on: - push: - branches: [ "main" ] pull_request: branches: [ "main" ]