v2.7.0: smoother cursor, camera, and zoom motion #62
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: CI | |
| # PRs and pushes to main both build + test. Commits land directly on main in | |
| # this repo, so a PR-only trigger left main permanently unverified. | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build-workflow.yml | |
| with: | |
| upload-artifacts: false | |
| release: false |