diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 87da4f1..b9fcc94 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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