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 01:40:50 UTC

[maven-gh-actions-shared] branch main updated: not ignoring dependabot

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 a28c53c  not ignoring dependabot
a28c53c is described below

commit a28c53c5c2427604f0d3d035ffb49a64b9d0fcce
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Oct 15 11:40:39 2021 +1000

    not ignoring dependabot
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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