Skip to content

Commit

Permalink
[github-actions] Only allow curl workflow to be triggered manually
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 2, 2024
1 parent 71ca0f0 commit d95b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-libcurl-static

on: [push]
on: workflow_dispatch

jobs:
build-windows:
Expand Down

0 comments on commit d95b43d

Please sign in to comment.