Parcourir la source

Chore: ignore .github on build

Kr328 il y a 3 ans
Parent
commit
3915d9549e
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build-unsigned.yaml

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

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