From e6cb3507ca0cbcad30d47af99fc48a6233f24932 Mon Sep 17 00:00:00 2001 From: Haruue Icymoon Date: Fri, 9 Dec 2022 17:52:29 +0800 Subject: [PATCH] ci: disable build-master on nested module tags --- .github/workflows/dev-build-master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dev-build-master.yml b/.github/workflows/dev-build-master.yml index 5e447d9..19a4e72 100644 --- a/.github/workflows/dev-build-master.yml +++ b/.github/workflows/dev-build-master.yml @@ -6,6 +6,8 @@ on: - 'master' tags-ignore: - 'v*' + - 'core/v*' + - 'app/v*' jobs: