Browse Source

🔨 Use pull_request_target for check-pr

vanilla_fb_2.0.x
Scott Lahteine 3 years ago
parent
commit
fed72e4607
  1. 3
      .github/workflows/check-pr.yml

3
.github/workflows/check-pr.yml

@ -6,7 +6,8 @@
name: PR Bad Target
on:
pull_request:
pull_request_target:
types: [opened]
branches:
- 1.0.x
- 1.1.x

Loading…
Cancel
Save