From 0c1369dd27157ef0af507fee69dc378c272dc775 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 10 Mar 2022 13:09:41 +0000 Subject: [PATCH] update Github Actions config to test branches other than main --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 656222d..19b10c8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,6 @@ name: CI on: push: - branches: [ main ] pull_request: jobs: