[more configurable] On 'Code view' window, appends the option to shows new symbols immediately when calling 'Open Session' menu. #73
Workflow file for this run
This file contains 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 on pull request | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build-windows: | |
uses: ./.github/workflows/workflow-build-windows.yaml | |
build-macos: | |
uses: ./.github/workflows/workflow-build-macos.yaml | |
build-ubuntu: | |
uses: ./.github/workflows/workflow-build-ubuntu.yaml |