Update release workflow to include pull_request_target event and specify branches
All checks were successful
Check go code / build-and-release (push) Successful in 1m3s

This commit is contained in:
2025-10-24 23:43:11 +02:00
parent a0f67464b5
commit 1f2d42e1d5

View File

@@ -2,9 +2,14 @@ name: Check go code
on:
push:
branches: *
branches:
- '**'
pull_request:
branches: *
branches:
- '**'
pull_request_target:
branches:
- '**'
jobs:
build-and-release: