feat: add DevelopmentBuildDependant._onlyOnBuilds field #195
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: Bump version patch on push to main branch | |
| on: | |
| push: | |
| branches: [ main, dev, develop ] | |
| jobs: | |
| bumpVersion: | |
| uses: mnicolas94/UnityCICDWorkflows/.github/workflows/bump_patch_package.yml@v1-pre-8 |