From 5116908e77042a4403673c8727efde992f339461 Mon Sep 17 00:00:00 2001 From: Dennis Gloss Date: Fri, 18 Oct 2024 21:25:54 +0200 Subject: [PATCH] run ci only on branches --- .github/workflows/go.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2d575e4..92d12b5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,9 +4,6 @@ on: push: branches: - '*' - pull_request: - branches: - - '*' jobs: test: