From ce7057107266c1d96a909977add472af83f0e9f9 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 21 Aug 2023 16:15:01 +0000
Subject: [PATCH] docs: use canonical quartz.jzhao.xyz, update bootstrap script to point to correct hosting link
---
.github/workflows/ci.yaml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 4a7a9f7..90abf67 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -3,10 +3,11 @@
on:
push:
branches:
- - v4-alpha # TODO: update
+ - v4
jobs:
build-and-test:
+ if: ${{ github.repository == 'jackyzha0/quartz' }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
--
Gitblit v1.10.0