From 8cc38cf7a004c8d1b515b6b31ec0779771c91ff5 Mon Sep 17 00:00:00 2001 From: Caleb White Date: Fri, 6 Sep 2024 18:13:05 -0500 Subject: [PATCH] chore: only run tests on push --- .github/workflows/tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32786e4..666ffc2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,3 +1,4 @@ +--- name: Tests on: @@ -7,11 +8,6 @@ on: - 'docs/**' branches: - "**" - pull_request: - types: [ready_for_review, synchronize, opened] - paths-ignore: - - "**.md" - - 'docs/**' jobs: tests: