ci: try removing exclude: to make Azure jobs work again
This commit is contained in:
parent
30ae3d85cb
commit
1cad04185b
|
@ -3,11 +3,6 @@
|
||||||
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
|
# 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
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
|
||||||
|
|
||||||
trigger:
|
|
||||||
branches:
|
|
||||||
exclude:
|
|
||||||
- docs-master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
- job: Mac
|
- job: Mac
|
||||||
|
|
Loading…
Reference in New Issue