azure-pipelines.yml: Do not run CI on trunk

This commit is contained in:
Takashi Kokubun 2019-05-22 09:13:13 -07:00
parent b80adde359
commit bec877b46f
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -1,4 +1,8 @@
pr: none # comment out this line if you need to test this file on PR
trigger:
branches:
exclude:
- trunk # master (mirror of trunk) runs CI
jobs:
- job: Linux
pool: