From 4eeb2b54cd10d48ae53cb89da6696562d5b429c6 Mon Sep 17 00:00:00 2001 From: Ido talker <129003699+idotalk@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:29:31 +0300 Subject: [PATCH] Trigger lint and tests only on PRs Remove push trigger for master branch --- .github/workflows/go.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8f8b72c548..68af80685e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,4 @@ on: - push: - branches: - - master pull_request: branches: - master