dont build master or release branches (#13310)

those branches are being built in the internal jenkins
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2019-12-05 17:05:52 +01:00
коммит произвёл GitHub
родитель 8347f3e1fa
Коммит d12bf77f53

Просмотреть файл

@@ -306,7 +306,12 @@ workflows:
version: 2
untagged-build:
jobs:
- setup
- setup:
filters:
branches:
ignore:
- master
- /^release-.*/
# - check-i18n:
# requires:
# - setup