fix colors for inputs when using dark background colors (fix #121) #121
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: Deployment | |
on: | |
push: | |
branches: [ "main" ] | |
# Publish semver tags as releases. | |
tags: [ 'v*.*.*' ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
tests: | |
uses: ./.github/workflows/ci.yml | |
docker: | |
needs: tests | |
uses: ./.github/workflows/docker-publish.yml |