naett.c

Tiny cross-platform HTTP / HTTPS client library in C.
git clone git://git.finwo.net/lib/naett.c
Log | Files | Refs | README | LICENSE

commit 1a806369cab256ff8665bbafb986e63acc143626
parent 9ea87093c52612dd6b43202bf860944e98be1c99
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Mon, 31 Jul 2023 09:55:58 +0200

Fix typo

Diffstat:
M.github/workflows/android.yml | 2+-
M.github/workflows/cmdline.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -4,7 +4,7 @@ on: push: branches-ignore: - 'test-*' - pull-request: + pull_request: workflow_dispatch: concurrency: diff --git a/.github/workflows/cmdline.yml b/.github/workflows/cmdline.yml @@ -4,7 +4,7 @@ on: push: branches-ignore: - 'test-*' - pull-request: + pull_request: workflow_dispatch: concurrency: