ci: add workflow_dispatch for manual trigger
This commit is contained in:
@@ -3,6 +3,7 @@ name: Test and Build Rust
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Check if it works with current dependencies
|
||||
- cron: '42 2 * * 6' # weekly on Saturday 2:42 UTC
|
||||
|
||||
Reference in New Issue
Block a user