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 f595dfe Use 1.6.x branch now
f595dfe is described below
commit f595dfe155117943b2f9015ec70107ec64ffda11
Author: Kevan <[email protected]>
AuthorDate: Wed Jul 28 10:22:35 2021 +0200
Use 1.6.x branch now
---
.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 d80b82e..6b77035 100644
--- a/.github/workflows/unomi-ci-build-tests.yml
+++ b/.github/workflows/unomi-ci-build-tests.yml
@@ -5,7 +5,7 @@ name: Unomi CI - Build and tests
on:
push:
- branches: [ master, unomi-1.5.x ]
+ branches: [ master, unomi-1.6.x ]
pull_request:
branches: [ master ]
diff --git a/.github/workflows/unomi-ci-docs-deploy.yml
b/.github/workflows/unomi-ci-docs-deploy.yml
index 8a96215..796bfe3 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.5.x ]
+ branches: [ master, unomi-1.6.x ]
jobs:
docs-and-deploy: