Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.yml « .azure-pipelines - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9609037eeafd6700195b89df8828faad26ba371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
trigger:
  # apache-parser-v2 is a temporary branch for doing work related to
  # rewriting the parser in the Apache plugin.
  - apache-parser-v2
  - master
pr:
  - apache-parser-v2
  - master
  - '*.x'

jobs:
  - template: templates/tests-suite.yml