From fe7d4d588cffdb01b4c546b59f07e310cd2fbcfb Mon Sep 17 00:00:00 2001 From: Chiichen Date: Wed, 14 Aug 2024 23:28:37 +0800 Subject: [PATCH] ci: enable ci workflow on branches other than master (#891) --- .github/workflows/makefile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index efcad530..c785dee8 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -2,9 +2,9 @@ name: Build Check on: push: - branches: [ "master" ] + branches: [ "master", "feat-*", "fix-*"] pull_request: - branches: [ "master" ] + branches: [ "master", "feat-*", "fix-*"] jobs: # ensure the toolchain is cached