This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch update-github-workflow-for-unomi-1.x
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 796258ef001cdfa98cca60550a4d8baef0bda112
Author: Kevan <[email protected]>
AuthorDate: Fri Oct 28 11:06:30 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 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:

Reply via email to