Update onpush_builder.yaml

This commit is contained in:
Alexandre
2022-04-22 21:29:06 +02:00
committed by GitHub
parent e673a2b5f7
commit 7cf93935bd

View File

@@ -26,10 +26,12 @@ jobs:
uses: dorny/paths-filter@v2
id: filter
with:
filters: .github/paths-filter.yml
filters: | #.github/paths-filter.yml
changedAddons:
- "**/config.*"
build:
#if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}
if: ${{ needs.check-addon-changes.outputs.changedAddons != '[]' }}
needs: check-addon-changes
runs-on: ubuntu-latest
environment: CR_PAT