From ab5efac75fb0f20afe74bef33a2cf7e9ba0ba40f Mon Sep 17 00:00:00 2001
From: bfahrenfort <59982409+bfahrenfort@users.noreply.github.com>
Date: Sun, 01 Oct 2023 16:47:22 +0000
Subject: [PATCH] Fix: RSS title escaping (#521)
---
.github/workflows/ci.yaml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index a544156..8915143 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -1,9 +1,12 @@
name: Build and Test
on:
+ pull_request:
+ branches:
+ - v4
push:
branches:
- - v4-alpha # TODO: update
+ - v4
jobs:
build-and-test:
@@ -40,5 +43,5 @@
- name: Test
run: npm test
- - name: Ensure Quartz builds
- run: npx quartz build
+ - name: Ensure Quartz builds, check bundle info
+ run: npx quartz build --bundleInfo
--
Gitblit v1.10.0