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


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

commit 978b00c527372ac0e78d022b70a6b65293936dda
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Feb 18 14:10:17 2022 +0100

    Shared GitHub actions 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 7a38e97..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
+    uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v2

Reply via email to