From 9f7494b69e065d32e1d788f13e549ff6230e04b1 Mon Sep 17 00:00:00 2001 From: Nayam Amarshe <25067102+NayamAmarshe@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:45:09 +0530 Subject: [PATCH] Update macos --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b11b457..0135c91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,9 @@ name: Deploy Release # this will help you specify where to run on: + push: + tags: + - "v*" # this will run the action when you push a tag that starts with v workflow_dispatch: # this is where the magic happens, each job happens in parallel btw jobs: