From c2f607c7d30d47f6b46a5a3c69be7210ae77e6b8 Mon Sep 17 00:00:00 2001 From: drew <58788781+drew138@users.noreply.github.com> Date: Sat, 23 Mar 2024 08:22:38 -0500 Subject: [PATCH] feat: removes triggers on push to main --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d0d5c32..48beb64 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -8,7 +8,7 @@ name: Go CI on: push: - branches: [ "main", "feature/**" ] + branches: [ "feature/**" ] pull_request: branches: [ "main" ]