Merge pull request #2392 from amaanq/ci

ci: only run release if the owner is `tree-sitter`
This commit is contained in:
Amaan Qureshi 2023-07-15 21:06:34 -04:00 committed by GitHub
commit ba10e99ac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'
}}