BE: issue 1090 Added topics info to connector endpoint (#1442) #177
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: "Backend: Main: Build and test" | |
| on: | |
| push: | |
| branches: [ "main" ] | |
| paths: | |
| - "build.gradle" | |
| - "gradle.properties" | |
| - "settings.gradle" | |
| - "gradle/libs.versions.toml" | |
| - "contract/**" | |
| - "api/**" | |
| - "serde-api/**" | |
| permissions: | |
| contents: read | |
| checks: write | |
| pull-requests: write | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| build-and-test: | |
| uses: ./.github/workflows/backend_tests.yml | |
| with: | |
| event_name: ${{ github.event_name }} |