add workflow_dispatch trigger
Some checks failed
Build and Deploy Quartz / build (push) Failing after 26s
Test Push Trigger / test (push) Successful in 0s

This commit is contained in:
2026-01-19 15:33:08 -07:00
parent b66d4e744f
commit f593b02e7e

View File

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