From 69f7bf37088ae280f5151efcecda412cf119104c Mon Sep 17 00:00:00 2001 From: Hridesh MG <81355180+hrideshmg@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:58:13 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32543d2..ce374da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ on: # Runs this action when you push on master push: branches: [ "main" ] + tags: + - "v*.*.*" # Runs this when a PR against master is created pull_request: branches: [ "main" ]