diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 186cc8a..465130b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -3,7 +3,7 @@ name: Test and Build Rust on: push: pull_request: - types: [opened, reopened] + types: [reopened, opened] schedule: # Check if it works with current dependencies - cron: "32 2 * * 3" # weekly on Wednesday 2:32 UTC