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

View file

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