From 297916c35b0e6969ba9cdb962457b240df83915e Mon Sep 17 00:00:00 2001 From: Nexmoe <16796652+nexmoe@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:53:46 +0800 Subject: [PATCH] chore: update CI workflow to trigger pull requests only on the main branch --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcad9ba..006cb24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,8 @@ name: CI on: - push: - branches: [ main, develop ] pull_request: - branches: [ main, develop ] + branches: [ main ] jobs: test: