update build target definitions to not include things that are not co… #149
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: Check Pull Request | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches-ignore: | |
| - 'main' | |
| jobs: | |
| language-servers-build: | |
| uses: ./.github/workflows/multiplatform-ls-build.yml | |
| with: | |
| java_version: '21' | |
| skip_tests: false | |
| secrets: inherit |