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" ]