From c3967cc2091c3c83c105174b122256c1b634840e Mon Sep 17 00:00:00 2001 From: KoonQi Date: Wed, 6 Sep 2023 00:56:48 +0800 Subject: [PATCH] update pom.xml false failonviolation --- .github/workflows/build.yml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4007ac231..e7bf8c51d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: Build and Test on: push: branches: - - 'kq' + - '*' pull_request: branches: [ main ] diff --git a/pom.xml b/pom.xml index 578eee2e8..4f790f1c9 100644 --- a/pom.xml +++ b/pom.xml @@ -217,6 +217,7 @@ ${basedir} **/* **/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class + false check