From 602beb1b5cbc80feeb370d20e84ec05427f16960 Mon Sep 17 00:00:00 2001 From: TriNguyenDuc <163371562+CodelikeC@users.noreply.github.com> Date: Sun, 19 Oct 2025 23:27:56 +0700 Subject: [PATCH] Update CI workflow to use 'main-structure' branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b7a281..aabefcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI - Security File Check on: push: branches: - - CodelikeC-patch-1 + - main-structure pull_request: branches: - - CodelikeC-patch-1 + - main-structure jobs: check-security-md: