From accc3acc940b2d1ce973f955c063c8562bcbca2a Mon Sep 17 00:00:00 2001 From: Jonathan Nakatsui Date: Wed, 5 Apr 2023 09:52:48 -0700 Subject: [PATCH] update github actions to run on git tags --- .github/workflows/python-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index f2b31a8..e22f8e0 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -12,6 +12,8 @@ on: push: branches: - "*" + tags: + - "*" permissions: contents: read