Merge pull request #6032 from blueyed/ci-branches
ci: Travis: configure/restrict branch builds
This commit is contained in:
commit
7f851a215b
|
@ -130,3 +130,10 @@ notifications:
|
||||||
skip_join: true
|
skip_join: true
|
||||||
email:
|
email:
|
||||||
- pytest-commit@python.org
|
- pytest-commit@python.org
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- features
|
||||||
|
- 4.6-maintenance
|
||||||
|
- /^\d+(\.\d+)+$/
|
||||||
|
|
Loading…
Reference in New Issue