This is an automated email from the ASF dual-hosted git repository. jkevan pushed a commit to branch unomi-1.x in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/unomi-1.x by this push: new bd86a815d update CI ot test on branches: unomi-1.x and unomi-1.7.x (#547) bd86a815d is described below commit bd86a815dedb8f4cb816797ad138f8e15a455459 Author: kevan Jahanshahi <jke...@apache.org> AuthorDate: Thu Nov 17 16:30:53 2022 +0100 update CI ot test on branches: unomi-1.x and unomi-1.7.x (#547) --- .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 215ddfdca..05f512410 100644 --- a/.github/workflows/unomi-ci-build-tests.yml +++ b/.github/workflows/unomi-ci-build-tests.yml @@ -5,9 +5,9 @@ name: Unomi CI - Build and 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: build-and-tests: diff --git a/.github/workflows/unomi-ci-docs-deploy.yml b/.github/workflows/unomi-ci-docs-deploy.yml index 25b017803..835f97a02 100644 --- a/.github/workflows/unomi-ci-docs-deploy.yml +++ b/.github/workflows/unomi-ci-docs-deploy.yml @@ -5,7 +5,7 @@ name: Unomi CI - Documentation and deployment on: push: - branches: [ master, unomi-1.x ] + branches: [ master, unomi-1.x, unomi-1.7.x ] jobs: docs-and-deploy: