From b1ff7e9bc3c357cce402a75212c95e33ce49ce80 Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Mon, 10 Feb 2025 12:50:41 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c6e924c..5a20a9d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,8 @@ run-name: ${{ github.actor }} is building symmetry 🚀 on: push: branches-ignore: - - 'master-branch' + - 'master_branch' + - 'SurajPatil' jobs: Test_API_endpoints: runs-on: windows-latest