update docs to reflect new changes from 4.0.3 #1017
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: Dev Builds | |
| on: [workflow_dispatch, push] | |
| jobs: | |
| tests: # runs on linux and windows | |
| uses: ./.github/workflows/tests.yml | |
| secrets: inherit | |
| build: # runs on linux | |
| uses: ./.github/workflows/build.yml | |
| secrets: inherit |