cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit 66068b411518f33e9af876b400460acb5f9af232
parent 5e293dac5adae723e329f5fc0a42c4edf55e9dcc
Author: David Auer <dreua@posteo.de>
Date:   Mon, 19 Feb 2024 22:33:13 +0100

gha: Allow manual workflow trigger

Diffstat:
M.github/workflows/build.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -3,6 +3,7 @@ name: Build cnping on: push: pull_request: + workflow_dispatch: jobs: Build-for-Linux: