From b198acbe4f8c0e557b2ecbc804f62ea7c9e53b53 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 20 Jun 2026 11:53:49 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B5=20other:=20Set=20up=20deploy=20on?= =?UTF-8?q?=20push?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index 1cf3b8d..6b39cdc 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -1,11 +1,11 @@ name: Deploy to Dreamhost (dev) on: - workflow_dispatch + workflow_dispatch: # Remove "workflow_dispatch" above and uncomment the lines below to enable deploy on push # only do this once you're actually ready to start deploying to Dreamhost - # push: - # branches: - # - main + push: + branches: + - main jobs: build: