Compare commits

..

1 Commits

Author SHA1 Message Date
julienfastre 1f2d42e1d5 Update release workflow to include pull_request_target event and specify branches
Check go code / build-and-release (push) Successful in 1m3s
2025-10-24 23:43:11 +02:00
+7 -2
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: