浏览代码

Chore: ignore .github on build

Kr328 3 年之前
父节点
当前提交
3915d9549e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/build-unsigned.yaml

+ 2 - 0
.github/workflows/build-unsigned.yaml

@@ -4,6 +4,7 @@ on:
     branches:
     branches:
       - main
       - main
     paths-ignore:
     paths-ignore:
+      - '.github/**'
       - '.idea/**'
       - '.idea/**'
       - '.gitattributes'
       - '.gitattributes'
       - '.gitignore'
       - '.gitignore'
@@ -13,6 +14,7 @@ on:
       - 'NOTICE'
       - 'NOTICE'
   pull_request:
   pull_request:
     paths-ignore:
     paths-ignore:
+      - '.github/**'
       - '.idea/**'
       - '.idea/**'
       - '.gitattributes'
       - '.gitattributes'
       - '.gitignore'
       - '.gitignore'