From eb8f9be7ec72b54bbb8b8288009c3ccb484ec829 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Tue, 27 May 2025 16:19:50 +0800 Subject: [PATCH] chore: update CI workflow to include develop branch for push and pull request triggers --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79f4abe..64653e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: [ master, develop ] pull_request: - branches: [ master ] + branches: [ master, develop ] jobs: test: