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/18 15:26:41 UTC

[maven-common-artifact-filters] branch master updated: Shared GitHub actions 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-common-artifact-filters.git


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

commit 6ba230d1de6b05b4827db9bdcb4113f5d6832277
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Fri Feb 18 16:26:37 2022 +0100

    Shared GitHub actions v2
---
 .github/workflows/maven-verify.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml
index 96d42eb..bbd7786 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -19,12 +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