From 0ce39e8a2b7a71cda10bc92cd0f7ab4fe37391e8 Mon Sep 17 00:00:00 2001 From: David Schenck Date: Fri, 15 Nov 2024 14:56:55 +0100 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c429f27..d2472a9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -5,9 +5,10 @@ name: Run tests and coverage on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] + workflow_dispatch: jobs: build: