From c18714e334c853cf2461fbfe4060eaa6a411c643 Mon Sep 17 00:00:00 2001 From: Mathew Lodge <2354066+mjlodge@users.noreply.github.com> Date: Thu, 9 Nov 2023 09:40:54 +0000 Subject: [PATCH] Update cover-baseline.yml --- .github/workflows/cover-baseline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cover-baseline.yml b/.github/workflows/cover-baseline.yml index 70e814416..08501bda9 100644 --- a/.github/workflows/cover-baseline.yml +++ b/.github/workflows/cover-baseline.yml @@ -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: $