[ci] Also update built-in on branch push

This commit is contained in:
JAremko 2021-07-06 19:08:46 +03:00 committed by Eugene Yaremenko
parent 968713e749
commit f15e95e1f1
1 changed files with 9 additions and 1 deletions

View File

@ -130,7 +130,15 @@ workflows:
- equal: [<< pipeline.parameters.prj_url >>, << pipeline.project.git_url >>]
jobs:
- "Update documentation files"
update-built-in:
update-built-in-on-push:
when:
and:
- equal: [<< pipeline.parameters.is_branch_update >>, "yes"]
- equal: [<< pipeline.git.branch >>, "develop"]
- equal: [<< pipeline.parameters.prj_url >>, << pipeline.project.git_url >>]
jobs:
- "Update built-in files"
update-built-in-cron:
when:
equal: [<< pipeline.parameters.prj_url >>, << pipeline.project.git_url >>]
triggers: