mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 11:35:48 +00:00
add an optional PR number input for manual tip releases
needed for the future GitHub bot to track comment-triggered PR builds
This commit is contained in:
6
.github/workflows/release-tip.yml
vendored
6
.github/workflows/release-tip.yml
vendored
@@ -4,7 +4,11 @@ on:
|
||||
types: [completed]
|
||||
branches: [main]
|
||||
|
||||
workflow_dispatch: {}
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
pr:
|
||||
type: number
|
||||
required: false
|
||||
|
||||
name: Release Tip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user