initialize the CI/CD pipeline to sync to SVN (does not include the commit step yet) #1

Merged
agnav merged 5 commits from feature/ci-cd-pipeline into development 2026-04-22 20:07:41 +00:00
Showing only changes of commit 4d39ac2595 - Show all commits

View File

@ -8,6 +8,7 @@
# SVN_REPO_URL Base SVN repo URL (e.g. https://svn.example.com/repos/myproject) # SVN_REPO_URL Base SVN repo URL (e.g. https://svn.example.com/repos/myproject)
name: Sync to SVN name: Sync to SVN
on: [push]
jobs: jobs:
push-to-svn: push-to-svn: