浏览代码

ci: enable ci workflow on branches other than master (#891)

Chiichen 7 月之前
父节点
当前提交
fe7d4d588c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/makefile.yml

+ 2 - 2
.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