Skip to content

Commit

Permalink
ignore dependabot branches
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <olamy@apache.org>
  • Loading branch information
olamy committed Oct 15, 2021
1 parent 9c93c7e commit ce23381
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
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 ce23381

Please sign in to comment.