mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
azure-pipelines.yml: Use simpler trigger syntax
This commit is contained in:
parent
bec877b46f
commit
709756d897
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
pr: none # comment out this line if you need to test this file on PR
|
pr: none # comment out this line if you need to test this file on PR
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
- trunk # master (mirror of trunk) runs CI
|
||||||
exclude:
|
|
||||||
- trunk # master (mirror of trunk) runs CI
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
|
|
Loading…
Reference in a new issue