فهرست منبع

Skip CI for commits that only update translations

Jeremy Stretch 1 سال پیش
والد
کامیت
e820c145f3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .github/workflows/ci.yml

+ 2 - 0
.github/workflows/ci.yml

@@ -5,10 +5,12 @@ on:
     paths-ignore:
     paths-ignore:
       - 'contrib/**'
       - 'contrib/**'
       - 'docs/**'
       - 'docs/**'
+      - 'netbox/translations/**'
   pull_request:
   pull_request:
     paths-ignore:
     paths-ignore:
       - 'contrib/**'
       - 'contrib/**'
       - 'docs/**'
       - 'docs/**'
+      - 'netbox/translations/**'
 
 
 permissions:
 permissions:
   contents: read
   contents: read