diff --git a/.circleci/config.yml b/.circleci/config.yml index d0e83da6..a493bd66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,12 +85,11 @@ workflows: jobs: - build - test - integration_tests: - jobs: - - build - integration_tests: requires: - build filters: branches: - only: pull/81 + only: + - master + - /pull.*/ \ No newline at end of file