summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-05-02 19:12:43 +0200
committerGravatar Nikias Bassen2024-05-02 19:12:43 +0200
commitd95b43d7bef9163491f41910855e6f34bd13d88b (patch)
tree905f6ff2694501ea2b47a83a2be4ed09fe3b66d4 /.github/workflows
parent71ca0f0451c523fb47e80f53b45560e7a7b0c9b1 (diff)
downloadidevicerestore-d95b43d7bef9163491f41910855e6f34bd13d88b.tar.gz
idevicerestore-d95b43d7bef9163491f41910855e6f34bd13d88b.tar.bz2
[github-actions] Only allow curl workflow to be triggered manually
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/curl.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/curl.yml b/.github/workflows/curl.yml
index a297476..87e4459 100644
--- a/.github/workflows/curl.yml
+++ b/.github/workflows/curl.yml
@@ -1,6 +1,6 @@
name: build-libcurl-static
-on: [push]
+on: workflow_dispatch
jobs:
build-windows: