mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Merge pull request #1 from mjlodge/mjlodge-patch-1
Update cover-baseline.yml
This commit is contained in:
commit
86b6a851bd
2 changed files with 4 additions and 4 deletions
4
.github/workflows/cover-baseline.yml
vendored
4
.github/workflows/cover-baseline.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Diffblue write all unit tests
|
name: Diffblue write all unit tests
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
# Trigger the workflow automatically on pushes to master
|
# Trigger the workflow automatically on pushes to main
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
concurrency:
|
concurrency:
|
||||||
# Only allow one run of the workflow per branch to run at a time
|
# Only allow one run of the workflow per branch to run at a time
|
||||||
group: $
|
group: $
|
||||||
|
|
4
.github/workflows/maven-build.yml
vendored
4
.github/workflows/maven-build.yml
vendored
|
@ -5,9 +5,9 @@ name: Java CI with Maven
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ none ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ none ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue