From 4c0bf3e3d929707720ebf83e018a4c2de8408b10 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Mon, 18 Mar 2024 13:46:26 -0600 Subject: [PATCH] ci: test only on pull_request --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cfbbfc48f..dcefb7b4b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,8 @@ name: tests on: - push: - branches-ignore: [main] pull_request: types: [opened, reopened, synchronize] + branches-ignore: [main] workflow_dispatch: jobs: