From 474861a0a3b7eeb46d28825538115b18c991ae85 Mon Sep 17 00:00:00 2001 From: Boyu Yang Date: Tue, 26 Mar 2024 13:34:28 +0800 Subject: [PATCH] ci: run CI on more branches --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a155e0..64904fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ master, develop, release/* ] + branches: [ master, production, develop, release/* ] pull_request: - branches: [ master, release/* ] + branches: [ master, production, release/* ] defaults: run: shell: bash