This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch fixDocGenerationAndBuild
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/fixDocGenerationAndBuild by
this push:
new a5515a8 UNOMI-529: try to fix documentation generation and artifacts
push in github workflows
a5515a8 is described below
commit a5515a8f1cf58961a7c5723fe07b0e0cd5575a49
Author: Kevan <[email protected]>
AuthorDate: Wed Nov 17 16:11:45 2021 +0100
UNOMI-529: try to fix documentation generation and artifacts push in github
workflows
---
.github/workflows/unomi-ci-build-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unomi-ci-build-tests.yml
b/.github/workflows/unomi-ci-build-tests.yml
index 33ed368..bd1cc3f 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.6.x, fixDocGenerationAndBuild ]
pull_request:
branches: [ master ]