summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-09 01:26:19 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-10-09 01:26:19 +0800
commit6989ce222a9c8fb8f723420a8e4a64c9e4fe2324 (patch)
treeb7295e4c1ef47d363d3651c5e57590e2313b8b9a
parent8c6be282a530b14f80854766275f6a27f7dfa31e (diff)
CI: allow manual triggering
-rw-r--r--.github/workflows/ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index cc7ea17..4654c51 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -4,6 +4,7 @@ on:
push:
branches:
- main
+ workflow_dispatch:
jobs:
get-msrv:
name: Get declared MSRV from Cargo.toml