From 560b733a36bac1b601f3f0614873bce33eca6917 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Sat, 10 Aug 2024 22:34:05 +0100 Subject: [PATCH] Check out the correct release branch --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7367261..dca7c39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,6 @@ jobs: if: github.ref == 'refs/heads/main' run: | git fetch origin - git checkout -b release + git checkout -b release origin/release git merge --no-ff origin/main git push origin release \ No newline at end of file