From 25e6e69e328ab0197c4b5267f6436382aec8680d Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Sat, 23 Nov 2024 20:30:06 -0500 Subject: [PATCH] Update sample.yml --- .github/workflows/sample.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sample.yml b/.github/workflows/sample.yml index c929408..6550c2f 100644 --- a/.github/workflows/sample.yml +++ b/.github/workflows/sample.yml @@ -3,10 +3,11 @@ name: CI # Controls when the workflow will run + on: # Triggers the workflow on push or pull request events but only for the "main" branch push: - branches: [ "main" ] + branches: [ "main" ,"develop_new"] pull_request: branches: [ "main" ]