This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev by this push:
new cb9636cd8 [hotfix] Add maven ci on release-* and dev-* branch (#3632)
cb9636cd8 is described below
commit cb9636cd8e16436ec6221f459a8da9c718924056
Author: gongzhongqiang <[email protected]>
AuthorDate: Tue Mar 26 23:43:49 2024 +0800
[hotfix] Add maven ci on release-* and dev-* branch (#3632)
---
.github/workflows/maven.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 661b809c0..52e097758 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,6 +21,8 @@ on:
push:
branches:
- dev
+ - release-*
+ - dev-*
paths-ignore:
- '**.md'
- 'deploy/**'