diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 421e1c2..d97cace 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -3,7 +3,8 @@ name: Test and Build on: pull_request: branches: [ "main" ] - + push: + branches: [ "main" ] jobs: test: runs-on: ubuntu-latest