This is an automated email from the ASF dual-hosted git repository. jkevan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push: new b00ad6b08 UNOMI-699: create unomi-1.x branch for next development version 1.7.0-SNAPSHOT (#527) b00ad6b08 is described below commit b00ad6b084af4158b14d6f08b788849d4c0992a6 Author: kevan Jahanshahi <jke...@apache.org> AuthorDate: Fri Oct 28 11:15:31 2022 +0200 UNOMI-699: create unomi-1.x branch for next development version 1.7.0-SNAPSHOT (#527) --- .github/workflows/unomi-ci-build-tests.yml | 2 +- .github/workflows/unomi-ci-docs-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unomi-ci-build-tests.yml b/.github/workflows/unomi-ci-build-tests.yml index bba86b141..5ab220a8b 100644 --- a/.github/workflows/unomi-ci-build-tests.yml +++ b/.github/workflows/unomi-ci-build-tests.yml @@ -5,7 +5,7 @@ name: Build and run tests on: push: - branches: [ master, unomi-1.6.x ] + branches: [ master, unomi-1.x ] pull_request: branches: [ master ] diff --git a/.github/workflows/unomi-ci-docs-deploy.yml b/.github/workflows/unomi-ci-docs-deploy.yml index 702a72cfa..23aa1b472 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.6.x ] + branches: [ master, unomi-1.x ] jobs: publish-docs-and-snapshots: