From 85820071c18c6a4333c2ac468dca59a1e3ff5e75 Mon Sep 17 00:00:00 2001 From: janbridley <55467578+janbridley@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:14:28 -0500 Subject: [PATCH] Move tags to correct position --- .github/workflows/pypi-test-and-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-test-and-publish.yaml b/.github/workflows/pypi-test-and-publish.yaml index 9a8bda4..3cc6aa8 100644 --- a/.github/workflows/pypi-test-and-publish.yaml +++ b/.github/workflows/pypi-test-and-publish.yaml @@ -2,12 +2,12 @@ name: Build and Publish on: push: + tags: + - "v*" branches: - "main" - "breaking" pull_request: - tags: - - "v*" jobs: build: