Update onpush_builder.yaml

This commit is contained in:
Alexandre
2022-04-22 20:30:54 +02:00
committed by GitHub
parent 03099409dc
commit c7a9224193

View File

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