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
|
- trying
|
||||||
- /post-.*/
|
- /post-.*/
|
||||||
|
|
||||||
pr:
|
|
||||||
branches:
|
|
||||||
exclude:
|
|
||||||
- master
|
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
|||||||
@@ -11,6 +11,11 @@ trigger:
|
|||||||
# Build post braches
|
# Build post braches
|
||||||
- post-*
|
- post-*
|
||||||
|
|
||||||
|
pr:
|
||||||
|
branches:
|
||||||
|
exclude:
|
||||||
|
- master
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-16.04
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user