Perform GitHub Actions Release workflow only in project using the template

This commit is contained in:
Jakub Chrzanowski 2020-06-25 06:19:01 +02:00
parent c23f8b9d3a
commit b72f23d76f

View File

@ -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