mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
[Fix] Don't run azure pipelines for PRs to master
Apply the previous commit to the right file.
This commit is contained in:
@@ -4,11 +4,6 @@ branches:
|
||||
- trying
|
||||
- /post-.*/
|
||||
|
||||
pr:
|
||||
branches:
|
||||
exclude:
|
||||
- master
|
||||
|
||||
build: false
|
||||
|
||||
test_script:
|
||||
|
||||
@@ -11,6 +11,11 @@ trigger:
|
||||
# Build post braches
|
||||
- post-*
|
||||
|
||||
pr:
|
||||
branches:
|
||||
exclude:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-16.04
|
||||
|
||||
|
||||
Reference in New Issue
Block a user