From 2c85fd33046d71145f3bdce2be729fbb4094411e Mon Sep 17 00:00:00 2001 From: AlphaKR93 Date: Sun, 2 Jun 2024 22:03:34 +0900 Subject: [PATCH] . --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8465d3c..0545f1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,8 @@ on: push: branches: [ "ver/*", "dev/*", "feat/**/*" ] paths: - - "*.patch" + - "patches/server/**.patch" + - "patches/api/**.patch" - "gradle.properties" - "release.yml" workflow_dispatch: