Skip to content

Commit

Permalink
Merge pull request #38 from vimeo/workflow-pull-request-target
Browse files Browse the repository at this point in the history
Add Pull Request Target to Go Workflow
  • Loading branch information
dfinkel authored Dec 16, 2022
2 parents b1151ab + e660dd3 commit 7157786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Go
on: [push, workflow_dispatch]
on: [push, workflow_dispatch, pull_request_target]
jobs:
build:
name: Build
Expand Down

0 comments on commit 7157786

Please sign in to comment.