diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 925866c..6633543 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,13 +1,20 @@ -# This workflow will build a golang project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go - name: Go on: push: - branches: [ "main" ] + branches: + - main + - admin + - user + - product + - controller pull_request: - branches: [ "main" ] + branches: + - main + - admin + - user + - product + - controller jobs: