diff options
author | Patric Stout <truebrain@openttd.org> | 2018-12-27 23:58:46 +0100 |
---|---|---|
committer | Patric Stout <truebrain@openttd.org> | 2018-12-28 13:07:50 +0100 |
commit | d44739463811b437a8c4a4bbcb7cb7dfcdec8688 (patch) | |
tree | 017bc0ab2be97e0c6c0807b9e6c8e8d303f108e0 /azure-pipelines-ci.yml | |
parent | e61904c3e61119a5ce737f67e593148a7ef53c48 (diff) | |
download | openttd-d44739463811b437a8c4a4bbcb7cb7dfcdec8688.tar.xz |
Fix: [AzurePipelines] also trigger CI checks on commit to master
Diffstat (limited to 'azure-pipelines-ci.yml')
-rw-r--r-- | azure-pipelines-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 0bc5c282d..d9404da5f 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -1,4 +1,5 @@ -trigger: none +trigger: +- master pr: - master |