From b72f23d76ff2aed0686a9b4edbf5b7401287be32 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 25 Jun 2020 06:19:01 +0200 Subject: [PATCH] Perform GitHub Actions Release workflow only in project using the template --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) 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