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:44:41 UTC

[maven-gh-actions-shared] branch main updated: fix README

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

olamy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/main by this push:
     new e802014  fix README
e802014 is described below

commit e8020146204c01403514284483c2cd6ca45d501d
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 18:44:29 2021 +1000

    fix README
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index af90a07..2ef2081 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,11 @@ Create GitHub workflow in project with content:
 ```yaml
 name: Verify
 
-on: [push, pull_request]
+on:
+  push:
+    branches-ignore:
+      - dependabot/**
+  pull_request:
 
 jobs:
   build: