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-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 963423b ignore dependabot branches 963423b is described below commit 963423b1b252c069afe4fef48d6e7d3d7eed62a0 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Fri Oct 15 18:46:11 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: