get discovery data by help catalog reader. catalog reader use filter … #34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build, Test and Deploy | |
| on: | |
| push: | |
| branches: | |
| - 'main' | |
| pull_request: | |
| branches: | |
| - 'main' | |
| jobs: | |
| build_test: | |
| uses: eclipse-daanse/.github/.github/workflows/reuse_java_build_test.yml@main | |
| maven_deploy: | |
| if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }} | |
| needs: build_test | |
| uses: eclipse-daanse/.github/.github/workflows/reuse_java_deploy.yml@main | |
| secrets: inherit |