Browse Source

CI: Enable legacy CI for PRs to release branches

derrod 3 years ago
parent
commit
c263266975
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -14,6 +14,7 @@ on:
       - '**.md'
     branches:
       - master
+      - 'release/**'
 
 env:
   MACOS_CEF_BUILD_VERSION: '4638'