chore: rename integration branch from beta to dev

Update CI/CD configuration, documentation, and scripts to use dev as the
primary integration branch instead of beta. Changes include GitHub Actions
workflow triggers, semantic-release configuration, and all relevant
documentation and helper scripts.
This commit is contained in:
kaitranntt
2025-12-02 20:50:00 -05:00
parent 1aef3cf677
commit 9f40a0e255
6 changed files with 88 additions and 88 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push:
branches:
- main
- beta
- dev
workflow_dispatch:
jobs: