diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8f62c47..fe838cd 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -5,9 +5,9 @@ name: Build on: push: - branches: [ "main" ] + branches: [ "main","test" ] pull_request: - branches: [ "main" ] + branches: [ "main","test" ] jobs: