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
|
||||
on:
|
||||
workflow_dispatch:
|
||||
# Trigger the workflow automatically on pushes to master
|
||||
# Trigger the workflow automatically on pushes to main
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
concurrency:
|
||||
# Only allow one run of the workflow per branch to run at a time
|
||||
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:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ none ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ none ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue