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.
This commit is contained in:
2025-08-08 10:19:58 +01:00
parent d2d2ea3fa0
commit b6670d952d

View File

@@ -15,11 +15,8 @@ name: Go
on: on:
push: push:
branches: [ "main" ]
tags: tags:
- 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches: [ "main" ]
jobs: jobs: