From 4d0527506af3258284b498a9aa606cf409a5699c Mon Sep 17 00:00:00 2001 From: kasparov <32327548+1F47E@users.noreply.github.com> Date: Sun, 26 Nov 2023 12:07:33 -0300 Subject: [PATCH] actions fix --- .github/workflows/go.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 89c6a51..92abdd7 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 & test -on: - push: - branches: [ "dev" ] - pull_request: - branches: [ "dev" ] +# on: +# push: +# branches: [ "dev" ] +# pull_request: +# branches: [ "dev" ] jobs: