diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 38f3686..9fdf981 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -3,7 +3,13 @@ name: Go Pipeline -on: push +# Enable this workflow to run for pull requests and +# pushes to the main branch +on: + push: + branches: + - main + pull_request: jobs: