diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 845b6230..9fca0a23 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' && github.ref == 'refs/heads/main' needs: test steps: - uses: actions/checkout@v4