diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index 10cdac01..4f67b030 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -1,10 +1,11 @@ name: Deploy latest.datasette.io on: - push: - branches: - - main - - 1.0-dev + workflow_dispatch: + # push: + # branches: + # - main + # - 1.0-dev permissions: contents: read