The on.pull_request and on.push in called workflow do not work. See codeigniter4/shield#819
We need to move them to caller workflows.
| on: |
| pull_request: |
| branches: |
| - develop |
| paths: |
| - '**.php' |
| - 'composer.*' |
| - 'depfile.yaml' |
| - '.github/workflows/deptrac.yml' |
| push: |
| branches: |
| - develop |
| paths: |
| - '**.php' |
| - 'composer.*' |
| - 'depfile.yaml' |
| - '.github/workflows/deptrac.yml' |
The
on.pull_requestandon.pushin called workflow do not work. See codeigniter4/shield#819We need to move them to caller workflows.
.github/.github/workflows/deptrac.yml
Lines 3 to 19 in 4eaabb6