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 id: filter
with: with:
#filters: .github/paths-filter.yml #filters: .github/paths-filter.yml
filters: "**/config.*" filters: |
src:
- '**/config.*'
build: build:
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }} if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}