From c43b3736812b0f9164f4ce0e032c45016418df61 Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 14 Apr 2022 12:16:48 -0400 Subject: [PATCH] rm excess branches from trigger Frankly I'm only doing this to trigger a run _on this file_, for the `badge.svg` --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a17556b..1160c2db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,14 +4,10 @@ on: push: branches: - master - - production - - staging - develop pull_request: branches: - master - - production - - staging - develop jobs: