added increase/decrease of value if button is pressed and hold down o… #813
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, test, containerize and push to registry | |
on: | |
push: | |
branches: | |
- "main" | |
jobs: | |
build: | |
uses: ./.github/workflows/_shared_build_test.yml | |
secrets: inherit | |
docker: | |
needs: build | |
uses: ./.github/workflows/_shared_docker.yml |