diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index fd0795df0f7..d34905864dc 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-**' jobs: