diff options
Diffstat (limited to 'cc/azure-pipelines.yml')
-rw-r--r-- | cc/azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/azure-pipelines.yml b/cc/azure-pipelines.yml index e816196..e925da1 100644 --- a/cc/azure-pipelines.yml +++ b/cc/azure-pipelines.yml @@ -1,5 +1,9 @@ +# Note for forks: Azure Pipelines is triggered only by commits to the branches +# matching the patterns below. +# See https://docs.microsoft.com/en-us/azure/devops/pipelines/build/triggers trigger: - master + - ci-* jobs: - job: min_linux |