fix: add workflow_dispatch trigger

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-19 14:45:35 -07:00
parent a5b8fdd90d
commit 48a3dbfd6f

View File

@@ -1,6 +1,8 @@
name: Build and Deploy Quartz name: Build and Deploy Quartz
run-name: ${{ gitea.actor }} is building Quartz site run-name: ${{ gitea.actor }} is building Quartz site
on: [push] on:
push:
workflow_dispatch:
jobs: jobs:
build: build: