Tuning UI: using search header, responsive layout (#55) #17
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 | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
- 'fix/[0-9]+.[0-9]+.x' | |
jobs: | |
build: | |
uses: onecx/ci-angular/.github/workflows/build.yml@v1 | |
secrets: inherit |