From 0727fbc96ac5429f25cf056b31d59c3b26f1a7ce Mon Sep 17 00:00:00 2001 From: Doug Lauder Date: Thu, 6 Jan 2022 12:33:29 -0500 Subject: [PATCH] run CI against all PRs and pushes, in any branch (#2056) --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 587569540..e6a50ea65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: Check-in tests -on: - push: - branches: [ main, release-** ] - pull_request: - branches: [ main, release-** ] +on: [push, pull_request] jobs: