From 4ac4596e183ffe225e30e7f835eed8a353e28140 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 14 Aug 2024 16:58:01 +0100 Subject: [PATCH] Remove the now not needed release branch push --- .github/workflows/test.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49d9db0..a0b1af9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,13 +20,4 @@ jobs: python -m pip install -r requirements.txt - name: Run tests run: | - python scripts/test.py - - name: Update release branch - if: github.ref == 'refs/heads/main' - run: | - git config --local user.email "[hidden]" - git config --local user.name "CI" - git fetch origin - git checkout -b release origin/release - git merge origin/main -X theirs - git push origin release \ No newline at end of file + python scripts/test.py \ No newline at end of file