You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/22 22:24:56 UTC

[maven-verifier] branch master updated: Shared GitHub action v2

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-verifier.git


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

commit cb7a41662e1c9222e8008e19f66a63e874e347d3
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Feb 22 23:24:48 2022 +0100

    Shared GitHub action v2
---
 .github/workflows/{maven.yml => maven-verify.yml} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-verify.yml
similarity index 94%
rename from .github/workflows/maven.yml
rename to .github/workflows/maven-verify.yml
index e03f315..bbd7786 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,11 +19,9 @@ 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