ci: 只有master分支支持部署
All checks were successful
CI Monitor CI/CD / build-image (push) Successful in 30s
CI Monitor CI/CD / deploy (push) Successful in 33s

This commit is contained in:
zhaoyingbo 2024-07-26 07:19:43 +00:00
parent 05b7a4a5c5
commit 6d535be6ed

View File

@ -1,5 +1,8 @@
name: CI Monitor CI/CD
on: [push]
on:
push:
branches:
- master
jobs:
build-image: