From 39e824e8a460a010204cc5b1d90e33a0fb8d96f5 Mon Sep 17 00:00:00 2001 From: andyleap Date: Fri, 23 Aug 2024 14:27:38 -0700 Subject: [PATCH] Fix tests triggering on push in PRs (#10) --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 996c012..2c2325e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,8 @@ on: push: paths-ignore: - 'README.md' + branches: + - main merge_group: # Testing only needs permissions to read the repository contents.