diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index d73f312..50f548f 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -1,27 +1,25 @@ name: Deploy to Storybook to Chromatic -on: - push: - tags: - - 'v*' +on: [push] + jobs: chromatic-deployment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Set up pnpm uses: pnpm/action-setup@v2 with: - version: '^8.6.5' + version: "^8.6.5" - name: Set up Node uses: actions/setup-node@v3 with: node-version: 18 - cache: 'pnpm' + cache: "pnpm" - name: Install dependencies run: pnpm i - name: Publish to Chromatic uses: chromaui/action@v1 with: - projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} \ No newline at end of file + projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} diff --git a/README.md b/README.md index 8d0d5fd..e8395a7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ _No ROMs are provided with wasmGBA. Users must supply their own backups of their ## Usage -A demo tracking the latest tagged commit is hosted via [GitHub Pages](https://ethanl21.github.io/wasmGBA/). +A demo tracking the `main` branch is hosted via [GitHub Pages](https://ethanl21.github.io/wasmGBA/). ### Building