Fix workflow: change branch from main to master

This commit is contained in:
537yaha
2026-01-04 20:40:07 +08:00
parent 09c67e8158
commit c95acfab33
+1 -1
View File
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
on:
push:
branches: [ main ]
branches: [ master,main ]
jobs:
build: