mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
update release job
This commit is contained in:
4
.github/workflows/release-tip.yml
vendored
4
.github/workflows/release-tip.yml
vendored
@ -27,7 +27,7 @@ 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 == 'ghostty-org' &&
|
||||||
github.ref_name == 'main'
|
github.ref_name == 'main'
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
@ -203,7 +203,7 @@ 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 == 'ghostty-org' &&
|
||||||
github.ref_name == 'main'
|
github.ref_name == 'main'
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
Reference in New Issue
Block a user