From d30d0fe6bb08549e2846499eae61fed7cd8a1278 Mon Sep 17 00:00:00 2001 From: Pushyami Gundala Date: Mon, 2 Dec 2024 10:28:20 -0500 Subject: [PATCH] remove my repo referance --- .github/workflows/build_release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 2b1554c..cf60048 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -6,8 +6,6 @@ on: branches: - main - '[0-9][0-9][0-9][0-9].[0-9][0-9].*' # 2021.01.x - - 'issue_322' - - 'i322_gh_actions' tags: - '[0-9][0-9][0-9][0-9].[0-9][0-9].[0-9][0-9]' # 2021.01.01 @@ -23,7 +21,7 @@ env: jobs: build: # to test a feature, change the repo name to your github id - if: github.repository_owner == 'pushyamig' || github.event_name == 'workflow_dispatch' + if: github.repository_owner == 'tl-its-umich-edu' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest steps: