From b6670d952dd0fbc57aa886712d8582b8d4294ed3 Mon Sep 17 00:00:00 2001 From: mleku Date: Fri, 8 Aug 2025 10:19:58 +0100 Subject: [PATCH] Remove pull_request trigger from GitHub Actions workflow - .github/workflows/go.yml - Removed the `pull_request` event trigger. - Removed branch filtering for the `push` event. --- .github/workflows/go.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4906588..013486a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,11 +15,8 @@ name: Go on: push: - branches: [ "main" ] tags: - 'v[0-9]+.[0-9]+.[0-9]+' - pull_request: - branches: [ "main" ] jobs: