diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56a0d2d..18bd411 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: release: name: Publish Plugin runs-on: ubuntu-latest + if: github.repository != 'JetBrains/intellij-platform-plugin-template' #REMOVE-IN-CLEANUP# steps: # Check out current repository