Skip to content

Commit

Permalink
もとに戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Aug 21, 2024
1 parent cea88d0 commit a0abc13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ name: "Chromatic"

on:
push:
# TOOD: あとで戻す
# branches:
# - main
branches:
- main

env:
# Chromatic用にNodeのメモリを増やす
Expand All @@ -21,7 +20,7 @@ jobs:
chromatic:
name: Run Chromatic
runs-on: ubuntu-latest
# if: github.repository_owner == 'VOICEVOX' # TODO: あとで戻す
if: github.repository_owner == 'VOICEVOX'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit a0abc13

Please sign in to comment.