From ff4068fbee7bb66b484e48eacc27909a6b02b0d0 Mon Sep 17 00:00:00 2001 From: Kevin Partington Date: Thu, 24 Dec 2020 10:41:38 -0600 Subject: [PATCH] Build: Run CI on all pushed branches --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8faad316..4243ac4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,6 @@ name: CI on: push: - branches: [ master ] pull_request: branches: [ master ]