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