fix wrong display of custom clients when approval mode is not set (#9… #718
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: Full Flutter CI | |
on: | |
workflow_dispatch: | |
pull_request: | |
paths-ignore: | |
- "docs/**" | |
- "README.md" | |
push: | |
branches: | |
- master | |
paths-ignore: | |
- ".github/**" | |
- "docs/**" | |
- "README.md" | |
- "res/**" | |
- "appimage/**" | |
- "flatpak/**" | |
jobs: | |
run-ci: | |
uses: ./.github/workflows/flutter-build.yml | |
with: | |
upload-artifact: false |