From e820c145f3b0f16db81c94ff9df69f3db8f58db0 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 7 Jun 2024 13:50:58 -0400 Subject: [PATCH] Skip CI for commits that only update translations --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a84359bf9..b4be03742 100644 --- a/.github/workflows/ci.yml +++ b/.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