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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: *
|
branches:
|
||||||
|
- '**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: *
|
branches:
|
||||||
|
- '**'
|
||||||
|
pull_request_target:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user