Skip to content

Commit ce23381

Browse files
committed
ignore dependabot branches
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 9c93c7e commit ce23381

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.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)