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