From ceddf6631abe6d344a49ba2449ff4e031ca1a760 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Fri, 5 Apr 2024 16:12:29 -0600 Subject: [PATCH] switch lint/test to pull request --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc20c86..ae19bf6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Lint and Test -on: [push] +on: [pull_request] jobs: build: