From f3deb1c0fa78d8ed4fcb1be828fe9f1229d7fe8c Mon Sep 17 00:00:00 2001 From: Yury Loginov Date: Fri, 17 Jul 2026 17:39:20 +0300 Subject: [PATCH] Update CI workflow to remove PR branch restriction Remove pull request branch restriction for CI workflow --- .github/workflows/go.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f2e8c74..8a61749 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -4,7 +4,6 @@ on: push: branches: [ "master" ] pull_request: - branches: [ "master" ] jobs: