Split tags correctly too

As made possible by https://github.com/jderusse/docker-gitsplit/pull/7
This commit is contained in:
Niels Keurentjes
2017-05-29 13:51:43 +02:00
committed by GitHub
parent 7350e205ab
commit 8c8e5f8a1f

View File

@@ -27,4 +27,4 @@ splits:
origins: origins:
- ^master$ - ^master$
- ^stable$ - ^stable$
- ^\d+\.\d+$ - ^v\d+\.\d+\.\d+$