From 418e94c7b31e8305a5399ed94e103521bb4f04ff Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Tue, 19 Sep 2023 10:37:50 +0300 Subject: [PATCH] test push --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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