Browse Source

Enable PR building for all branches.

Jon Shier 5 năm trước cách đây
mục cha
commit
b40b2e82d9
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      .github/workflows/ci.yml

+ 1 - 2
.github/workflows/ci.yml

@@ -7,8 +7,7 @@ on:
       - hotfix
   pull_request:
     branches: 
-      - master
-      - hotfix
+      - '*'
 
 jobs:
   macOS: