Skip to content

Commit 8be38fc

Browse files
authored
Update maven-build.yml
1 parent 4650d57 commit 8be38fc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/maven-build.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- '!/refs/heads/dependabot/*'
8+
pull_request:
9+
branches:
10+
- '*'
11+
- '!/refs/heads/patch*'
412

513
# this is required by spotless for JDK 16+
614
env:

0 commit comments

Comments
 (0)