ci: only run release if the owner is tree-sitter

This commit is contained in:
Amaan Qureshi 2023-07-15 21:02:04 -04:00
parent d30e9c9d71
commit 12971103f5
No known key found for this signature in database
GPG key ID: E67890ADC4227273

View file

@ -14,6 +14,7 @@ jobs:
outputs:
release_allowed: >
${{
github.repository_owner == 'tree-sitter' &&
steps.maintainer.outputs.is_maintainer == 'true' &&
steps.local_branch.outputs.is_local == 'true'
}}