diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2e22452..f7e2fc3 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -1,13 +1,8 @@ name: Go -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] +on: [push, pull_request] jobs: - build: runs-on: ubuntu-latest steps: