feat: add dev auto action build

This commit is contained in:
duorameng
2026-06-25 20:20:29 +08:00
parent 90f06de298
commit 1557801502
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build-Deploy-Server
on: on:
push: push:
branches: [ main ] branches: [ main, dev ]
workflow_dispatch: workflow_dispatch:
concurrency: concurrency:
+1 -1
View File
@@ -7,7 +7,7 @@ name: Build-Docker-ARM64
on: on:
push: push:
branches: [ main ] branches: [ main, dev ]
workflow_dispatch: workflow_dispatch: