Skip to content

Commit 1503118

Browse files
Merge pull request #366 from InseeFr/alexisszmundy-patch-1
Run maven test even if PR not into main
2 parents bfe93cb + 28ec78a commit 1503118

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)