Преглед изворни кода

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:
       - 'contrib/**'
       - 'docs/**'
+      - 'netbox/translations/**'
   pull_request:
     paths-ignore:
       - 'contrib/**'
       - 'docs/**'
+      - 'netbox/translations/**'
 
 permissions:
   contents: read