From 4206179dce3edc4af7e8e5febe6dea93946b2b25 Mon Sep 17 00:00:00 2001 From: Henry Date: Sat, 4 May 2024 20:38:28 +0100 Subject: [PATCH] fix: change branch to only main --- .github/workflows/deploy-live.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-live.yml b/.github/workflows/deploy-live.yml index cc89e68..3e0ea59 100644 --- a/.github/workflows/deploy-live.yml +++ b/.github/workflows/deploy-live.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code uses: actions/checkout@v3 with: - ref: live + ref: main - name: Build Docker image run: |