From d5b2bda5358bbce0c8e82a126f2b0b5c99223ddc Mon Sep 17 00:00:00 2001 From: DariusKlein Date: Sun, 23 Feb 2025 14:17:20 +0100 Subject: [PATCH] Update .github/workflows/release.yml --- .github/workflows/release.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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: