Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #105 from rolsonquadras/ci
Browse files Browse the repository at this point in the history
ci: repo name update
  • Loading branch information
rolsonquadras authored Mar 28, 2022
2 parents 816d34d + a81c773 commit bdc626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

Publish:
needs: [Checks, UnitTest, BDDTest]
if: github.event_name == 'push' && (github.repository == 'trustbloc/hub-router' && github.ref == 'refs/heads/main')
if: github.event_name == 'push' && (github.repository == 'trustbloc/mediator' && github.ref == 'refs/heads/main')
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
Expand Down

0 comments on commit bdc626b

Please sign in to comment.