From 9080d8a63acea6daec3be91d274c2ca2a9e2f1ac Mon Sep 17 00:00:00 2001 From: Rohit Khansili Date: Thu, 26 Dec 2024 12:15:04 -0800 Subject: [PATCH] Trigger Regression Tests on release In addition to triggering the regression tests when prod and prod azure are deployed, let's also add the trigger when a new release is published in this repo. --- .github/workflows/RegressionTest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/RegressionTest.yml b/.github/workflows/RegressionTest.yml index 827bdf0..aeb73e0 100644 --- a/.github/workflows/RegressionTest.yml +++ b/.github/workflows/RegressionTest.yml @@ -4,6 +4,8 @@ on: workflow_dispatch: repository_dispatch: types: [dispatch-event] + release: + types: [published] jobs: fetch-release: