We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930fda8 commit b159cd5Copy full SHA for b159cd5
.github/workflows/build.yml
@@ -1,5 +1,5 @@
1
name: Build
2
-on: [push]
+on: [push, pull_request_target]
3
env:
4
GITHUB_CLIENT_MIXPANEL_API_KEY: ${{ secrets.MIXPANEL_KEY }}
5
jobs:
0 commit comments