From 906575df3a5e634ad6abbfa4cee3816e8eee5a71 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 20 May 2024 17:11:35 -0400 Subject: [PATCH] Remove test branch from ci --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8fb79789..033d5954 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -4,7 +4,7 @@ on: pull_request: branches: [ master ] push: - branches: [ master, feature/tox ] + branches: [ master ] jobs: regression-testing: