diff --git a/.appveyor.yml b/.appveyor.yml index bccd0f58..23538d63 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,11 +4,6 @@ branches: - trying - /post-.*/ -pr: - branches: - exclude: - - master - build: false test_script: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d37b53d2..7c190cce 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,6 +11,11 @@ trigger: # Build post braches - post-* +pr: + branches: + exclude: + - master + pool: vmImage: ubuntu-16.04