From b45937dcc2aa52f5699c533a01917a244d60f9e0 Mon Sep 17 00:00:00 2001 From: "Sterling G. Baird" Date: Thu, 5 Sep 2024 00:45:07 -0400 Subject: [PATCH] check for tag --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12f8df8f..d3002cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,6 +53,7 @@ jobs: test: needs: prepare if: > + startsWith(github.ref, 'refs/tags/') || github.event_name == 'pull_request' || (github.event_name == 'push' && contains(github.event.head_commit.modified, '.py'))