From b987b48a5fb68f8c567d7fadbc652b12c8f95c49 Mon Sep 17 00:00:00 2001 From: pujas Date: Fri, 21 Aug 2026 10:28:33 -0400 Subject: [PATCH] yaml file changes --- .gitea/workflows/sync-to-svn.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/sync-to-svn.yaml b/.gitea/workflows/sync-to-svn.yaml index 8bdead0..0bd87c5 100644 --- a/.gitea/workflows/sync-to-svn.yaml +++ b/.gitea/workflows/sync-to-svn.yaml @@ -8,10 +8,6 @@ # SVN_REPO_URL – Base SVN repo URL (e.g. https://svn.example.com/repos/myproject) name: Sync to SVN -on: - push: - branches: - - master jobs: push-to-svn: @@ -44,7 +40,7 @@ jobs: --no-auth-cache \ --non-interactive \ --trust-server-cert \ - "${{ secrets.SVN_REPO_URL }}/branches/data-export-api-copy" svn-branch + "${{ secrets.SVN_REPO_URL }}/branches/advanced-reports" svn-branch - name: Sync files to SVN working copy run: | @@ -74,4 +70,4 @@ jobs: --no-auth-cache \ --non-interactive \ --trust-server-cert \ - -m "Gitea CI sync from commit ${{ github.sha }} [ci skip]" \ No newline at end of file + -m "Gitea CI sync from commit ${{ github.sha }} [ci skip]"