fix workflows

This commit is contained in:
2026-01-11 17:41:27 +08:00
parent 089e19c6eb
commit 0136f0ee77
2 changed files with 4 additions and 3 deletions

View File

@@ -2,9 +2,10 @@ name: Build and Push Docker Image
on:
push:
branches: [ "main", "master" ]
branches: ["main", "master", "dev"]
pull_request:
branches: [ "main", "master" ]
branches: ["main", "master"]
workflow_dispatch:
env:
REGISTRY: ghcr.io