diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edca726..52f347d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: