From 9ab13bbb07fb77d7abce5bac5f3c379be00f45d8 Mon Sep 17 00:00:00 2001 From: finn Date: Wed, 18 Oct 2023 11:45:35 -0700 Subject: [PATCH] run tests always --- .github/workflows/ci-test.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index ceb9325..b5b6106 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -1,12 +1,6 @@ name: Run Tests -on: - push: - branches: - - main - pull_request: - branches: - - main +on: [push] jobs: test: