diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4ccc3cc1..e599b8d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: publish_dir: ./site release: - if: github.event.repository.fork == 'false' + if: github.repository == 'baloise/gitopscli' runs-on: ubuntu-latest steps: - name: Checkout