Merge pull request #1 from mjlodge/mjlodge-patch-1

Update cover-baseline.yml
This commit is contained in:
Mathew Lodge 2023-11-09 09:50:57 +00:00 committed by GitHub
commit 86b6a851bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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: $

View file

@ -5,9 +5,9 @@ name: Java CI with Maven
on:
push:
branches: [ main ]
branches: [ none ]
pull_request:
branches: [ main ]
branches: [ none ]
jobs:
build: