diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a251079..f79d0c2e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: storybook: runs-on: ubuntu-latest - if: github.event_name == 'push' + #if: github.event_name == 'push' needs: test steps: - uses: actions/checkout@v4