This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 04afab6  Shared GitHub actions v2
04afab6 is described below

commit 04afab6ed3f82d5286babc42c660402ef7c325ad
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Thu Feb 17 11:42:33 2022 +0100

    Shared GitHub actions v2
---
 .github/workflows/{maven.yml => maven-verify.yml} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml
similarity index 92%
rename from .github/workflows/maven.yml
rename to .github/workflows/maven-verify.yml
index 5bb5535..f37640e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven-verify.yml
@@ -14,15 +14,13 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-name: Java CI
+name: Verify
 
 on:
   push:
-    branches-ignore:
-      - dependabot/**
   pull_request:
 
 jobs:
   build:
     name: Verify
-    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v1
\ No newline at end of file
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2

Reply via email to