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 d30cd2215 update CI ot test on branches: unomi-1.x and unomi-1.7.x 
(#547)
d30cd2215 is described below

commit d30cd22152aea5fcdce241bf73a6e416811e164c
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 5ab220a8b..a0a0257cb 100644
--- a/.github/workflows/unomi-ci-build-tests.yml
+++ b/.github/workflows/unomi-ci-build-tests.yml
@@ -5,9 +5,9 @@ name: Build and run 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:
   unit-tests:
diff --git a/.github/workflows/unomi-ci-docs-deploy.yml 
b/.github/workflows/unomi-ci-docs-deploy.yml
index 23aa1b472..b81e7c067 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.x ]
+    branches: [ master, unomi-1.x, unomi-1.7.x ]
 
 jobs:
   publish-docs-and-snapshots:

Reply via email to