From 1552989ca8e9d2216130c9338822c3debba6df29 Mon Sep 17 00:00:00 2001 From: NIKHIL DHANDRE Date: Fri, 5 Jul 2024 22:31:06 +0530 Subject: [PATCH] Run unittest against master branch For stability and metrics collection as QE we like to run unit test against master branch. It will to collect unit tests count. --- .github/workflows/pr.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7154acfb..0c916d07 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,7 +2,11 @@ name: PR Check on: - - pull_request + push: + branches: + - master + pull_request: + types: ["opened", "synchronize", "reopened"] jobs: test: