From b725a666fecc0da62cd80fb9baa2b168d3f41059 Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Fri, 22 Mar 2024 09:08:32 -0600 Subject: [PATCH] ci: Remove branch restrictions There's no reason to restrict branches; downstream developers often do work on branches that are not "main" and it's nice for the actions to run there also --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680de8e..e0d1485 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,8 @@ name: Test bmaptool on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + - push + - pull_request jobs: test: