You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2021/10/15 08:45:22 UTC

[maven-jar-plugin] branch master updated: ignore dependabot branches

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce23381  ignore dependabot branches
ce23381 is described below

commit ce233813295be29bbb642b3c62e6988ea64b11ad
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 18:45:12 2021 +1000

    ignore dependabot branches
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 .github/workflows/maven.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 04dabf2..79fd7b5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -17,7 +17,11 @@
 
 name: GitHub CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches-ignore:
+      - dependabot/**
+  pull_request:
 
 jobs:
   build: