From c6c13a833e60c0e6e19194662e52449ef1a38e19 Mon Sep 17 00:00:00 2001 From: "Corey R. Randall" Date: Wed, 11 Sep 2024 16:07:29 -0600 Subject: [PATCH] chage ci to always test on push --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a2f1e4..bc4a26c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,6 @@ name: build-and-test on: push: - branches: [main] paths-ignore: - '*.md' - 'README*'