Parcourir la source

Enable PR building for all branches.

Jon Shier il y a 5 ans
Parent
commit
b40b2e82d9
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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: