diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f51ef8..98fa7a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,3 +32,5 @@ jobs: with: node_version: "24" build_command: "build" + sync_develop_after_stable: true + sync_staging_after_stable: true