mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
ci: test can be workflow dispatched
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -1,5 +1,10 @@
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push: {}
|
||||
pull_request: {}
|
||||
workflow_dispatch: {}
|
||||
|
||||
name: Test
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
Reference in New Issue
Block a user