Browse Source

Don't build-all for PRs

Torkel Ödegaard 7 years ago
parent
commit
2c22a7b4ba
1 changed files with 2 additions and 4 deletions
  1. 2 4
      .circleci/config.yml

+ 2 - 4
.circleci/config.yml

@@ -246,7 +246,7 @@ workflows:
   test-and-build:
     jobs:
       - build-all:
-          filters: *filter-not-release
+          filters: *filter-only-master
       - build-enterprise:
           filters: *filter-only-master
       - codespell:
@@ -270,9 +270,7 @@ workflows:
             - gometalinter
             - mysql-integration-test
             - postgres-integration-test
-          filters:
-           branches:
-             only: master
+          filters: *filter-only-master           
       - deploy-enterprise-master:
           requires:
             - build-all