From a64e9eccd4184d9582f588cec9095c07d9bb0039 Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 24 Oct 2023 23:53:46 +0800 Subject: [PATCH] ci: rename build ci --- .github/workflows/{ci.yml => build.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{ci.yml => build.yml} (99%) diff --git a/.github/workflows/ci.yml b/.github/workflows/build.yml similarity index 99% rename from .github/workflows/ci.yml rename to .github/workflows/build.yml index 86cea5181..dc2ee6f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: ci +name: build on: push: @@ -7,7 +7,7 @@ on: branches: - "**" paths: - - ".github/workflows/ci.yml" + - ".github/workflows/build.yml" - "3rdparty/include/**" - "MaaDeps/**" - "include/**" @@ -21,7 +21,7 @@ on: branches: - "**" paths: - - ".github/workflows/ci.yml" + - ".github/workflows/build.yml" - "3rdparty/include/**" - "MaaDeps/**" - "include/**"