Add a link to Times Square docs from sidebar #151
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: 'Chromatic: Squareone' | |
'on': | |
push: | |
branches-ignore: | |
- 'dependabot/**' | |
- 'renovate/**' | |
tags-ignore: | |
- '*' | |
jobs: | |
call: | |
uses: ./.github/workflows/run-chromatic.yaml | |
with: | |
path: apps/squareone | |
workspaceFilter: squareone | |
secrets: | |
token: ${{ secrets.SQUAREONE_CHROMATIC_TOKEN }} |