Disable Azure pipelines build for docs-master too.

pull/612/head
David Wilson 5 years ago
parent be330194d5
commit 351aca62c9

@ -3,6 +3,11 @@
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
branches:
exclude:
- docs-master
jobs:
- job: Mac

Loading…
Cancel
Save