From f70440a35f12f97a9018849ca7e6d241a53582ce Mon Sep 17 00:00:00 2001 From: Noah Saso Date: Tue, 28 May 2024 19:38:35 -0400 Subject: [PATCH] add artifacts to tags --- .github/workflows/artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e1892ba..7202d55 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -5,8 +5,9 @@ permissions: contents: write on: - workflow_dispatch: push: + tags: + - "v*" branches: - main