From 11a65cbb2614c3379f2fa623bc62af7d6bd9eabb Mon Sep 17 00:00:00 2001 From: Harshil Sanjay Jain Date: Mon, 5 Aug 2024 13:59:03 -0400 Subject: [PATCH] Update github workflow to target release tags --- .github/workflows/gyro-azure-provider.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/gyro-azure-provider.yml b/.github/workflows/gyro-azure-provider.yml index e2a24a98..a46a8e98 100644 --- a/.github/workflows/gyro-azure-provider.yml +++ b/.github/workflows/gyro-azure-provider.yml @@ -5,6 +5,8 @@ on: branches: - master - release/* + tags: + - release/* pull_request: branches: