Remove phone number hint output for latte account binding #5038 #146
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: CI - Branches | |
on: | |
push: | |
branches: | |
- '*' | |
- '!gh-pages' | |
tags: | |
- '*' | |
jobs: | |
checks: | |
uses: ./.github/workflows/run-checks.yaml | |
builds: | |
needs: checks | |
uses: ./.github/workflows/run-builds.yaml | |
secrets: inherit | |
release: | |
needs: builds | |
uses: ./.github/workflows/run-release.yaml | |
secrets: inherit |