From 39317e54bef49be2b8a87cddd27f8fb43648b508 Mon Sep 17 00:00:00 2001 From: Heemank Verma Date: Sat, 17 Aug 2024 02:57:07 +0530 Subject: [PATCH] test: gh secrets --- .github/workflows/a_test.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/a_test.yml b/.github/workflows/a_test.yml index 9fed7f4e..e888548e 100644 --- a/.github/workflows/a_test.yml +++ b/.github/workflows/a_test.yml @@ -1,8 +1,13 @@ -name: Task - Rust Tests & Coverage +name: PR and Branch Checks on: pull_request_target: - types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] + branches: + - main + types: [opened, synchronize, reopened] + push: + branches-ignore: + - main jobs: coverage: