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 fa2305496e9fbe7710854b1ec10b3a40d0a107fa
parent 1a806369cab256ff8665bbafb986e63acc143626
Author: Erik Agsjö <erik.agsjo@gmail.com>
Date:   Mon, 31 Jul 2023 10:12:05 +0200

Use PR target rather than PR

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_target: 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_target: workflow_dispatch: concurrency: