infoViewGrowthSpeed fix pitcher light level check, and show yellow cr… #779
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: Dev Builds | |
on: | |
push: | |
paths: | |
- "*.gradle" | |
- "gradle.properties" | |
- "src/**" | |
- "versions/**" | |
- ".github/**" | |
pull_request: | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
secrets: inherit |