From ca28730ce560df795c4a61b0c51f56df163a6f04 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Tue, 29 Jul 2025 11:18:58 +0200 Subject: [PATCH] Push sqlx files updates into a new branch instead of pushing to master --- .github/workflows/commit-sqlx-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-sqlx-changes.yml b/.github/workflows/commit-sqlx-changes.yml index 33899db7a..e0fc360ae 100644 --- a/.github/workflows/commit-sqlx-changes.yml +++ b/.github/workflows/commit-sqlx-changes.yml @@ -60,7 +60,7 @@ jobs: git config --global user.email 'docs.rs@users.noreply.github.com' git add .sqlx git commit -m 'Update SQLX files' - git push + git push origin HEAD:docs.rs-sqlx-files-update fi - name: Clean up the database