From 84c162dec377d7ac8ea286dc42142273fc22a49c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 31 Jul 2020 16:22:31 -0700 Subject: [PATCH] Deploy latest on pushes to main Refs #849 --- .github/workflows/deploy-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index fd53f754..8f9a5af3 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -3,7 +3,7 @@ name: Deploy latest.datasette.io on: push: branches: - - master + - main jobs: deploy: