Skip to content

Commit 98107ee

Browse files
authored
Merge pull request #81 from vimeo/github-actions-pull-request-enable
actions: add pull_request flow for fork PRs
2 parents eec3811 + 8c64862 commit 98107ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Go
2-
on: [push, workflow_dispatch]
2+
on: [push, workflow_dispatch, pull_request]
33
permissions:
44
contents: read
55
jobs:

0 commit comments

Comments
 (0)