This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev-2.1.2
in repository https://gitbox.apache.org/repos/asf/incubator-streampark.git
The following commit(s) were added to refs/heads/dev-2.1.2 by this push:
new fa58f0503 [Improve] license header check improvement
fa58f0503 is described below
commit fa58f05033cff2fa01314b30468d812d9f21d3a6
Author: benjobs <[email protected]>
AuthorDate: Tue Nov 7 08:33:17 2023 +0800
[Improve] license header check improvement
---
.github/workflows/maven.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 4a56e05f4..21a2b2601 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -21,6 +21,7 @@ on:
push:
branches:
- dev
+ - release-*
paths-ignore:
- '**.md'
- 'deploy/**'