From b91c32b425aca244e7f987184441006ce080ce0c Mon Sep 17 00:00:00 2001 From: td Date: Mon, 22 Jul 2024 20:34:40 +0530 Subject: [PATCH] chore: fix yaml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b5cfd9..2cd5492 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,8 +1,8 @@ name: Rust Check Format and Test on: - push - pull_request + push: + pull_request: jobs: check-format-and-test: