CI: don't run other jobs on docs branch

This commit is contained in:
Alexander Zobnin
2018-10-21 17:43:32 +03:00
parent bdac33d914
commit 5863c72fc7

View File

@@ -4,7 +4,9 @@ aliases:
tags: tags:
ignore: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/ ignore: /^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
branches: branches:
ignore: master ignore:
- master
- docs
- &filter-only-master - &filter-only-master
branches: branches:
only: master only: master