소스 검색

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