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