diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2aed3779095..a413c3455cb 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,13 @@ name: Go Tests on: push: - branches: [ main ] + branches: + - main + - 'feat-**' pull_request: - branches: [ main ] + branches: + - main + - 'feat-**' env: EACHMODULE_CONCURRENCY: 2