Skip to content

Commit

Permalink
ci: fix pr job triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Jun 13, 2019
1 parent b043ad7 commit 0bf1ea7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/black.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
- master
trigger: none

pr: none
pr:
- master

pool:
vmImage: 'Ubuntu-16.04'
Expand Down
6 changes: 3 additions & 3 deletions .azure-pipelines/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
trigger:
- master
trigger: none

pr: none
pr:
- master

pool:
vmImage: 'Ubuntu-16.04'
Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/sonar.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
trigger: none

pr:
- master

Expand Down
2 changes: 2 additions & 0 deletions .azure-pipelines/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
trigger: none

pr:
- master

Expand Down

0 comments on commit 0bf1ea7

Please sign in to comment.