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
|
version: 2
|
||||||
untagged-build:
|
untagged-build:
|
||||||
jobs:
|
jobs:
|
||||||
- setup
|
- setup:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore:
|
||||||
|
- master
|
||||||
|
- /^release-.*/
|
||||||
# - check-i18n:
|
# - check-i18n:
|
||||||
# requires:
|
# requires:
|
||||||
# - setup
|
# - setup
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user