From 9de95bf089c6a591880850816cb7bd36903d44aa Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 5 Dec 2022 00:30:37 +0800 Subject: [PATCH] build: reduce unnecessary builds --- .github/workflows/ci.yml | 2 +- .github/workflows/style-lint.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86c6370..7f3652f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: 'CI' on: push: branches-ignore: - - 'release/**' + - 'production' - 'docs' tags-ignore: - '**' diff --git a/.github/workflows/style-lint.yml b/.github/workflows/style-lint.yml index f54f3c3..e8fedae 100644 --- a/.github/workflows/style-lint.yml +++ b/.github/workflows/style-lint.yml @@ -4,6 +4,8 @@ on: push: paths: - '_sass/**.scss' + tags-ignore: + - '**' pull_request: paths: - '_sass/**.scss'