feat: add dev auto action build
This commit is contained in:
@@ -2,7 +2,7 @@ name: Build-Deploy-Server
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, dev ]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
@@ -7,7 +7,7 @@ name: Build-Docker-ARM64
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, dev ]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user