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
All checks were successful
Check go code / build-and-release (push) Successful in 1m3s
This commit is contained in:
@@ -2,9 +2,14 @@ name: Check go code
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: *
|
||||
branches:
|
||||
- '**'
|
||||
pull_request:
|
||||
branches: *
|
||||
branches:
|
||||
- '**'
|
||||
pull_request_target:
|
||||
branches:
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
build-and-release:
|
||||
|
||||
Reference in New Issue
Block a user