You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2022/10/28 09:04:53 UTC

[unomi] branch unomi-1.x updated: UNOMI-699: create unomi-1.x branch for next development version 1.7.0-SNAPSHOT

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 c62c226c1 UNOMI-699: create unomi-1.x branch for next development version 1.7.0-SNAPSHOT
c62c226c1 is described below

commit c62c226c1338862e40943479b8d904fe3b63fc40
Author: Kevan <ke...@jahia.com>
AuthorDate: Fri Oct 28 11:04:47 2022 +0200

    UNOMI-699: create unomi-1.x branch for next development version 1.7.0-SNAPSHOT
---
 .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 b890bd4fa..215ddfdca 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.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 b775411c1..25b017803 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.6.x ]
+    branches: [ master, unomi-1.x ]
 
 jobs:
   docs-and-deploy: