Skip to content

Commit

Permalink
Fix rector (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov authored Sep 4, 2024
1 parent b0f0dfd commit 4b2adc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on:
pull_request:
pull_request_target:
paths:
- 'src/**'
- 'config/**'
Expand All @@ -15,6 +15,7 @@ jobs:
secrets:
token: ${{ secrets.YIISOFT_GITHUB_TOKEN }}
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
os: >-
['ubuntu-latest']
php: >-
Expand Down

0 comments on commit 4b2adc3

Please sign in to comment.