diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 01ddbf4..fc445e6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,11 +1,8 @@ -# 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","develop" ] + branches: [ "*" ] pull_request: branches: [ "main" ]