summaryrefslogtreecommitdiffstats
path: root/.ci/yuzu-patreon-step1.yml
blob: c63d7a066da712d6d17b8032a80a7d6d51de18b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
trigger:
- master

pool:
  vmImage: 'ubuntu-latest'

stages:
- stage: merge
  displayName: 'merge'
  jobs:
  - template: ./templates/merge-private.yml