diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3e9a76d..5680cc6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,13 +1,13 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: Go Build on: push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "simplify" ] +# pull_request: +# branches: [ "main" ] jobs: @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.19 + go-version: 1.21 - name: Build run: go build -v ./...