chore: update GitHub Actions workflow to include 'dev' branch and change installation script to use 'dev' repository URL

This commit is contained in:
Anish Sarkar 2026-03-03 03:35:29 +05:30
parent d24691a968
commit d9ebc2c599
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- main
- dev
paths:
- 'surfsense_backend/**'
- 'surfsense_web/**'

View file

@ -25,7 +25,7 @@ set -euo pipefail
main() {
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/main"
REPO_RAW="https://raw.githubusercontent.com/MODSetter/SurfSense/dev"
INSTALL_DIR="./surfsense"
OLD_VOLUME="surfsense-data"
DUMP_FILE="./surfsense_migration_backup.sql"