From 921c7d5441ea40645c80762e20ba4593858c5018 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 27 Jul 2024 18:03:15 +0200 Subject: [PATCH] Restore the CI setup for main --- .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 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