add - utils/Rector to paths for run action rector

This commit is contained in:
Abdul Malik Ikhsan 2021-03-31 23:04:52 +07:00
parent efe5b7253b
commit 4e3b632e55
No known key found for this signature in database
GPG Key ID: 80035E72114C7548

View File

@ -12,6 +12,7 @@ on:
- 'system/**'
- '.github/workflows/test-rector.yml'
- composer.json
- 'utils/Rector'
- 'rector.php'
push:
branches:
@ -22,6 +23,7 @@ on:
- 'system/**'
- '.github/workflows/test-rector.yml'
- composer.json
- 'utils/Rector'
- 'rector.php'
jobs: