Skip to content

Commit 28ec78a

Browse files
feat: maven test even if PR not to main
1 parent bfe93cb commit 28ec78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
push:
1313
branches: [ "main" ]
1414
pull_request:
15-
branches: [ "main" ]
15+
types: [opened, reopened]
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)