fix regex for branch filter in circleci-config

This commit is contained in:
Felix 2020-10-04 15:27:21 +02:00
parent b999f05d9d
commit 84c54dd865

View file

@ -300,7 +300,7 @@ workflows:
only:
- master
- develop
- hotfix/*
- /^hotfix.*/
- publish-play:
requires:
- build