Ver Fonte

Enable PR building for all branches.

Jon Shier há 5 anos atrás
pai
commit
b40b2e82d9
1 ficheiros alterados com 1 adições e 2 exclusões
  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: