Skip to content

Commit 716ccf3

Browse files
committed
fix/ci: specify types in go-pr workflow to allow PRs from forks to access secrets
1 parent 541116b commit 716ccf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Go (PR)
22

33
on:
44
pull_request:
5+
types: [opened, synchronize, reopened]
56
branches: [ "main" ]
67

78
jobs:

0 commit comments

Comments
 (0)