diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index f07b85d..3e28501 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -3,12 +3,8 @@ name: Go Build/Test on: push: branches: [main] - paths: - - "**.go" pull_request: branches: [main] - paths: - - "**.go" jobs: Go: