From 41c4696def3df0fd057a96044924efd5750af405 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 12 Oct 2023 07:58:02 -0400 Subject: [PATCH] Fix CD on production --- .github/workflows/autocommit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autocommit.yml b/.github/workflows/autocommit.yml index 0db97649f..16a2feaf2 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/autocommit.yml @@ -35,3 +35,4 @@ jobs: add: '.' message: "[ci skip] deploy from ${{ steps.update.outputs.VERSION }}" signoff: true + branch: main