mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Make deploy-latest.yml workflow dispatch-only
It is currently broken, will revert once I fix it.
This commit is contained in:
parent
4fe1765dc3
commit
6de83bf3a9
1 changed files with 5 additions and 4 deletions
9
.github/workflows/deploy-latest.yml
vendored
9
.github/workflows/deploy-latest.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue