azure-pipelines.yml: Do not run CI on trunk
This commit is contained in:
parent
b80adde359
commit
bec877b46f
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user