From ad4145fb10dbf32d8f99e1de555339dba0979f72 Mon Sep 17 00:00:00 2001
From: Ben Schlegel <31989404+benschlegel@users.noreply.github.com>
Date: Sat, 26 Aug 2023 20:21:44 +0000
Subject: [PATCH] feat: support CLI arguments for `npx quartz create` (#421)

---
 .github/workflows/ci.yaml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 90abf67..731395d 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -1,6 +1,9 @@
 name: Build and Test
 
 on:
+  pull_request:
+    branches:
+      - v4
   push:
     branches:
       - v4

--
Gitblit v1.10.0