Kaynağa Gözat

Skip CI for commits that only update translations

Jeremy Stretch 1 yıl önce
ebeveyn
işleme
e820c145f3
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      .github/workflows/ci.yml

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

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