From 696bae00d83974660ec85f9674443eae4c0ab223 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 9 Apr 2024 14:58:12 +0800 Subject: [PATCH] ci: change the ci branch to develop --- .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 47ae6251..c8e1ea8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Continuous Integration on: push: branches: - - master + - develop pull_request: - branches: [master] + branches: [develop] workflow_dispatch: jobs: build: