From 8e38b676dea0326a040c8741862454dffc007772 Mon Sep 17 00:00:00 2001 From: Doug Mayer Date: Thu, 29 Feb 2024 13:27:43 -0600 Subject: [PATCH] TEMP: run CI on push. --- .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 c1396a4..7cf3821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ name: Tests & Linting -on: pull_request +on: [pull_request, push] permissions: contents: read pull-requests: write