Skip to content

Commit

Permalink
fix(ci): run workflows on pull_request_target event
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Mar 29, 2023
1 parent 35a257e commit df454e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cscheck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check CS

on:
pull_request:
pull_request_target:

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

on:
pull_request:
pull_request_target:

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

jobs:
build:
Expand Down

0 comments on commit df454e4

Please sign in to comment.