Skip to content

Commit 4d6c6ad

Browse files
committed
no need to build dependabot branches as there is a PR
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 0f8339b commit 4d6c6ad

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717

1818
name: GitHub CI
1919

20-
on: [push, pull_request]
20+
on:
21+
push:
22+
branches-ignore:
23+
- dependabot/**
24+
pull_request:
2125

2226
jobs:
2327
build:

0 commit comments

Comments
 (0)