From abfe5789a35a90261c1ee991eb864752d001263d Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Mon, 17 Jun 2024 12:53:06 +0200 Subject: [PATCH] Publish new storybook --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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