Skip to content

Commit b159cd5

Browse files
authored
Add pull_request_target on build to be triggered from forked repos (#692)
1 parent 930fda8 commit b159cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build
2-
on: [push]
2+
on: [push, pull_request_target]
33
env:
44
GITHUB_CLIENT_MIXPANEL_API_KEY: ${{ secrets.MIXPANEL_KEY }}
55
jobs:

0 commit comments

Comments
 (0)