From: Chris Fulljames Date: Sun, 19 Jan 2025 16:17:11 +0000 (-0500) Subject: Allow manual test deploy X-Git-Url: https://littlesong.place/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f6f8dea52864ae9106607c831276dc128cf6b7f;p=littlesongplace.git Allow manual test deploy --- diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 3c0fdd0..8d6cb1a 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -1,5 +1,5 @@ name: Deploy Test -on: [push] +on: [push, workflow_dispatch] jobs: build: runs-on: ubuntu-latest