Skip to content

Commit

Permalink
Add workflow_dispatch to Java build workflow. (#1022)
Browse files Browse the repository at this point in the history
* Add workflow_dispatch to Java build workflow.

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

* Fix build display name for springboot 3.0

Signed-off-by: Artur Souza <asouza.pro@gmail.com>

---------

Signed-off-by: Artur Souza <asouza.pro@gmail.com>
  • Loading branch information
artursouza authored Feb 27, 2024
1 parent ecc8546 commit aa1fbd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build

on:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -24,6 +25,7 @@ jobs:
matrix:
java: [ 17 ]
spring-boot-version: [ 3.0.13 ]
spring-boot-display-version: [ 3.0.x ]
experimental: [ false ]
include:
- java: 17
Expand Down

0 comments on commit aa1fbd5

Please sign in to comment.