mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
fixed workflow runner event
This commit is contained in:
parent
1dd3d05391
commit
cff61ad775
1 changed files with 6 additions and 10 deletions
16
.github/workflows/ci-minimal.yml
vendored
16
.github/workflows/ci-minimal.yml
vendored
|
@ -6,17 +6,13 @@ name: Minimal build requirements for the petclinic application.
|
|||
# The workflow will execute on Push / PR as well as manually running.
|
||||
on:
|
||||
push:
|
||||
# branches:
|
||||
# - main
|
||||
branches-ignore:
|
||||
- test
|
||||
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
branches-ignore:
|
||||
- test
|
||||
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
|
||||
# The actual workflow jobs. I've split some of these up to
|
||||
# allow more flexibility in future.
|
||||
|
|
Loading…
Reference in a new issue