We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cdeb02 + 1503118 commit fdae91fCopy full SHA for fdae91f
.github/workflows/maven.yml
@@ -12,7 +12,7 @@ on:
12
push:
13
branches: [ "main" ]
14
pull_request:
15
- branches: [ "main" ]
+ types: [opened, reopened]
16
17
jobs:
18
build:
pom.xml
@@ -11,7 +11,7 @@
11
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>3.5.8</version>
+ <version>3.5.9</version>
</parent>
<properties>
0 commit comments