Skip to content

Commit

Permalink
Update workflow trigger pull_request -> pull_request_target (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Apr 7, 2021
1 parent 1cad054 commit b5db75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check Release

on:
pull_request:
pull_request_target:
types:
- labeled

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

on:
pull_request:
pull_request_target:
types: [opened, synchronize]

jobs:
Expand Down

0 comments on commit b5db75d

Please sign in to comment.