Perform GitHub Actions Release workflow only in project using the template

pull/9/head
Jakub Chrzanowski 4 years ago
parent c23f8b9d3a
commit b72f23d76f

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

Loading…
Cancel
Save