Make deploy-latest.yml workflow dispatch-only

It is currently broken, will revert once I fix it.
This commit is contained in:
Simon Willison 2025-10-26 09:51:00 -07:00
commit 6de83bf3a9

View file

@ -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