From deffc660c2fc551aabc811454a015d747f6613e3 Mon Sep 17 00:00:00 2001 From: cialloo Date: Mon, 6 Oct 2025 14:36:03 +0800 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b724a59..c6847f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ # Continuous Integration Workflow # This workflow builds and pushes Docker images to your private registry -# Trigger: Push to dev branch or manual dispatch +# Trigger: Push to master branch or manual dispatch name: CI - Build and Push