From 6583f9b4c17d42906b898be2cc28e25ba1e4aa15 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:37:51 -0500 Subject: [PATCH] update Cadence tests to run on PR --- .github/workflows/cadence_test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cadence_test.yml b/.github/workflows/cadence_test.yml index fee3a807..0839697c 100644 --- a/.github/workflows/cadence_test.yml +++ b/.github/workflows/cadence_test.yml @@ -1,10 +1,6 @@ name: CI -on: - pull_request: - branches: [main] - push: - branches: [main] +on: pull_request jobs: tests: