ci: add workflow_dispatch for manual trigger

This commit is contained in:
EdJoPaTo
2024-02-23 23:29:28 +01:00
parent ed9d91f58c
commit 355d18bf41
+1
View File
@@ -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