dont build master or release branches (#13310)
those branches are being built in the internal jenkins
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8347f3e1fa
Коммит
d12bf77f53
@@ -306,7 +306,12 @@ workflows:
|
||||
version: 2
|
||||
untagged-build:
|
||||
jobs:
|
||||
- setup
|
||||
- setup:
|
||||
filters:
|
||||
branches:
|
||||
ignore:
|
||||
- master
|
||||
- /^release-.*/
|
||||
# - check-i18n:
|
||||
# requires:
|
||||
# - setup
|
||||
|
||||
Ссылка в новой задаче
Block a user