This is an automated email from the ASF dual-hosted git repository. jkevan pushed a commit to branch updateCITestBranches in repository https://gitbox.apache.org/repos/asf/unomi.git
commit f75680712923cd91c484a3de58810e589c5cb831 Author: Kevan <ke...@jahia.com> AuthorDate: Thu Nov 17 16:28:43 2022 +0100 update CI ot test on branches: unomi-1.x and unomi-1.7.x --- .github/workflows/unomi-ci-build-tests.yml | 4 ++-- .github/workflows/unomi-ci-docs-deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unomi-ci-build-tests.yml b/.github/workflows/unomi-ci-build-tests.yml index 5ab220a8b..a0a0257cb 100644 --- a/.github/workflows/unomi-ci-build-tests.yml +++ b/.github/workflows/unomi-ci-build-tests.yml @@ -5,9 +5,9 @@ name: Build and run tests on: push: - branches: [ master, unomi-1.x ] + branches: [ master, unomi-1.x, unomi-1.7.x ] pull_request: - branches: [ master ] + branches: [ master, unomi-1.x, unomi-1.7.x ] jobs: unit-tests: diff --git a/.github/workflows/unomi-ci-docs-deploy.yml b/.github/workflows/unomi-ci-docs-deploy.yml index 23aa1b472..b81e7c067 100644 --- a/.github/workflows/unomi-ci-docs-deploy.yml +++ b/.github/workflows/unomi-ci-docs-deploy.yml @@ -5,7 +5,7 @@ name: Publish Javadoc and snapshots on: push: - branches: [ master, unomi-1.x ] + branches: [ master, unomi-1.x, unomi-1.7.x ] jobs: publish-docs-and-snapshots: