From 6d535be6ede20622d9e10a37f55d3455b4921700 Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Fri, 26 Jul 2024 07:19:43 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=8F=AA=E6=9C=89master=E5=88=86?= =?UTF-8?q?=E6=94=AF=E6=94=AF=E6=8C=81=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/cicd.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 216ee74..90765a5 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -1,5 +1,8 @@ name: CI Monitor CI/CD -on: [push] +on: + push: + branches: + - master jobs: build-image: