From ba458ad5a54f97c964b31a50db5b339fb1fc0fbc Mon Sep 17 00:00:00 2001 From: Lily Larsen <8o7wermobile@gmail.com> Date: Mon, 19 Jun 2023 10:46:32 -0800 Subject: [PATCH] Update distribution action to trigger on tagged commits --- .github/workflows/distribution.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/distribution.yml b/.github/workflows/distribution.yml index 848fad1..e0c5da9 100644 --- a/.github/workflows/distribution.yml +++ b/.github/workflows/distribution.yml @@ -3,6 +3,8 @@ name: Python Distribution on: push: branches: main + tags: + - v* pull_request: jobs: @@ -84,4 +86,4 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: dist/* \ No newline at end of file + files: dist/*