mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
In Travis, the full test suite doesn't run on PRs for point release branches, just on commits for them. I think this behavior makes sense because what we actually want to test before a point release is the exact commit we want to release after any squashing/merging has been done. This PR modifies Azure to match this behavior. After this PR lands, I need to update the tests required to pass on GitHub.
12 lines
250 B
YAML
12 lines
250 B
YAML
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
|