Remove the now not needed release branch push
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled
Test / build (push) Has been cancelled

This commit is contained in:
Marc Di Luzio 2024-08-14 16:58:01 +01:00
parent 3a0bf82ecb
commit 4ac4596e18

View file

@ -21,12 +21,3 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
python scripts/test.py 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