From 313243c7b3a4209859f307439bdf54dbd174c157 Mon Sep 17 00:00:00 2001 From: iyear Date: Fri, 15 Nov 2024 14:18:03 +0800 Subject: [PATCH] chore(actions): exclude docs for master builder --- .github/workflows/master.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index d9740d3..13eaef4 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -5,6 +5,8 @@ on: branches: [ master ] push: branches: [ master ] + paths-ignore: + - 'docs/**' permissions: contents: read