on: push: paths: - 'code/**' branches: [ main ] jobs: build: uses: flmorg/cleanuperr/.github/workflows/build.yml@main secrets: inherit # deploy: # needs: [ build ] # uses: flmorg/cleanuperr/.github/workflows/deploy.yml@main # secrets: inherit