From 31bf29c6fb043753b1ec9e3eed6bdb63af158135 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 12 Jun 2023 17:03:40 +0100 Subject: [PATCH] Don't duplicate CI on merge to main --- .github/workflows/test_and_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f19bd28a..12d0d17d 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -2,8 +2,6 @@ name: tests on: push: - branches: - - main tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 pull_request: