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: