Update onpush_builder.yaml

This commit is contained in:
Alexandre
2023-09-10 07:58:27 +02:00
committed by GitHub
parent a559cbb1ec
commit 8445cffb26

View File

@@ -27,7 +27,9 @@ jobs:
uses: dorny/paths-filter@v2 uses: dorny/paths-filter@v2
id: filter id: filter
with: with:
filters: .github/paths-filter.yml filters: |
config:
- '**/config.*'
make-executable: make-executable:
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }} if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}