mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update cover-baseline.yml
This commit is contained in:
parent
e75089141a
commit
c18714e334
1 changed files with 2 additions and 2 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: $
|
||||
|
|
Loading…
Reference in a new issue