Browse Source

Build: Fix filter for building msi during release (#17236)

Brian Gann 6 years ago
parent
commit
972df40af8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -723,7 +723,7 @@ workflows:
             - backend-lint
             - backend-lint
             - mysql-integration-test
             - mysql-integration-test
             - postgres-integration-test
             - postgres-integration-test
-          filters: *filter-only-master
+          filters: *filter-only-release
 
 
   build-branches-and-prs:
   build-branches-and-prs:
       jobs:
       jobs: