diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63e4c74..3d35d67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,15 @@ # 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 +#DISABLED -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] +#name: Go + +#on: +# push: +# branches: [ "master" ] +# pull_request: +# branches: [ "master" ] jobs: build: