Skip to content

Commit

Permalink
no need to build dependabot branches as there is a PR
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Nov 25, 2021
1 parent 0f8339b commit 4d6c6ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Expand Up @@ -17,7 +17,11 @@

name: GitHub CI

on: [push, pull_request]
on:
push:
branches-ignore:
- dependabot/**
pull_request:

jobs:
build:
Expand Down

0 comments on commit 4d6c6ad

Please sign in to comment.