mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
added ignore branches
This commit is contained in:
parent
765d361d07
commit
7a30650cdb
1 changed files with 10 additions and 2 deletions
12
.github/workflows/ci-minimal.yml
vendored
12
.github/workflows/ci-minimal.yml
vendored
|
@ -6,9 +6,17 @@ 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: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
|
branches-ignore:
|
||||||
|
- test
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches:
|
||||||
|
- main
|
||||||
|
branches-ignore:
|
||||||
|
- test
|
||||||
|
|
||||||
|
|
||||||
# The actual workflow jobs. I've split some of these up to
|
# The actual workflow jobs. I've split some of these up to
|
||||||
# allow more flexibility in future.
|
# allow more flexibility in future.
|
||||||
|
|
Loading…
Reference in a new issue