mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
ci: release should only run with a main main ref
This commit is contained in:
3
.github/workflows/release-tip.yml
vendored
3
.github/workflows/release-tip.yml
vendored
@ -27,7 +27,8 @@ jobs:
|
|||||||
github.event_name == 'workflow_dispatch' ||
|
github.event_name == 'workflow_dispatch' ||
|
||||||
(
|
(
|
||||||
github.event.workflow_run.conclusion == 'success' &&
|
github.event.workflow_run.conclusion == 'success' &&
|
||||||
github.repository_owner == 'mitchellh'
|
github.repository_owner == 'mitchellh' &&
|
||||||
|
github.ref_name == 'main'
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user