mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Update maven-build.yml
Add workflow dispatch event
This commit is contained in:
parent
b67b143546
commit
d91048fc2d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/maven-build.yml
vendored
1
.github/workflows/maven-build.yml
vendored
|
@ -8,6 +8,7 @@ on:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue