From c1000b94c007a8d4851a59c96118d03e9bc8c185 Mon Sep 17 00:00:00 2001 From: Isaiah Vita Date: Fri, 26 May 2023 17:51:08 +0000 Subject: [PATCH] add feature workflows --- .github/workflows/go.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: