From 2f5e81c3333e9741ff7ace77c304079c6e6b05b7 Mon Sep 17 00:00:00 2001 From: Simon Howroyd Date: Tue, 13 Feb 2024 20:42:41 +0000 Subject: [PATCH] Stopped duplicate branch testing --- .github/workflows/python-testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-testing.yml b/.github/workflows/python-testing.yml index b237da8..51a7353 100644 --- a/.github/workflows/python-testing.yml +++ b/.github/workflows/python-testing.yml @@ -5,8 +5,7 @@ name: Python application on: push: - branches: - - '*' + branches: [ "main" ] pull_request: branches: [ "main" ]