mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Changed all workflows to manual
This commit is contained in:
parent
1b9007f431
commit
44756d2a3d
1 changed files with 10 additions and 7 deletions
17
.github/workflows/ci-minimal.yml
vendored
17
.github/workflows/ci-minimal.yml
vendored
|
@ -3,15 +3,18 @@
|
|||
|
||||
name: Java CI with Maven (minimal)
|
||||
|
||||
# The workflow will execute on Push / PR as well as manually running.
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
# # The workflow will execute on Push / PR as well as manually running.
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - 'main'
|
||||
|
||||
|
||||
# The actual workflow jobs. I've split some of these up to
|
||||
|
|
Loading…
Reference in a new issue