Skip to content

Commit

Permalink
ci: should use pull_request_target for pkg-size and vercel instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 21, 2022
1 parent b5acd95 commit 03c9267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
- push
- pull_request_target
- pull_request

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-size.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Package Size Report

on:
pull_request:
pull_request_target:
branches:
- master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
pull_request:
pull_request_target:

jobs:
deploy:
Expand Down

0 comments on commit 03c9267

Please sign in to comment.