mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 17:15:48 +00:00
added ignore branches
This commit is contained in:
parent
7a30650cdb
commit
1dd3d05391
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci-minimal.yml
vendored
8
.github/workflows/ci-minimal.yml
vendored
|
@ -6,14 +6,14 @@ name: Minimal build requirements for the petclinic application.
|
||||||
# The workflow will execute on Push / PR as well as manually running.
|
# The workflow will execute on Push / PR as well as manually running.
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- test
|
- test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue