diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c9d6072..65e8d75 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,9 @@ name: Run Unit Tests on: + push: + branches: + - main pull_request: types: [opened, synchronize]