Skip to content

Commit

Permalink
remove my repo referance
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Dec 2, 2024
1 parent a5f997d commit 32c8f76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:

Expand Down

0 comments on commit 32c8f76

Please sign in to comment.