From 6a1a75aaa29678939dea63e5092e082c53cdf8ed Mon Sep 17 00:00:00 2001 From: Pushyami Gundala Date: Fri, 15 Dec 2023 14:27:53 -0500 Subject: [PATCH] setting up build process for the branch --- .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 ee8e0469..db0e485c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ on: branches: - master - '[0-9][0-9][0-9][0-9].[0-9][0-9].*' # 2021.01.01 + - 'i1529_FE_Dep_update' env: IMAGE_TAG: latest @@ -14,7 +15,7 @@ env: jobs: build: # to test a feature, change the repo name to your github id - if: github.repository_owner == 'tl-its-umich-edu' + if: github.repository_owner == 'tl-its-umich-edu' || github.repository_owner == 'pushyamig' runs-on: ubuntu-latest steps: