去掉master分支
Some checks failed
Build and Push Docker Images / build-and-push (backend) (pull_request) Has been cancelled
Build and Push Docker Images / build-and-push (frontend) (pull_request) Has been cancelled

This commit is contained in:
2025-09-03 19:25:26 +08:00
parent 6f433aebe0
commit 8d66c68e11

View File

@@ -2,10 +2,10 @@ name: Build and Push Docker Images
on:
push:
branches: [ main, master ]
branches: [ main ]
tags: [ 'v*' ]
pull_request:
branches: [ main, master ]
branches: [ main ]
jobs:
build-and-push: