Skip to content

Commit

Permalink
ci: separate pull_request and pull_request_target actions (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro committed Jan 6, 2024
1 parent 8ca9117 commit d96e38b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request-target.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Pull request target actions

on:
pull_request_target:

jobs:
pull-request:
uses: zeshuaro/github-actions-workflows/.github/workflows/pull-request-target.yml@b8a49739fe580ecb9e8c7d40d4d28548fbf72258
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull request actions

on:
pull_request_target:
pull_request:

jobs:
pull-request:
Expand Down

0 comments on commit d96e38b

Please sign in to comment.