From 3e277a329410f368e95942e6e34d3194bd3e7663 Mon Sep 17 00:00:00 2001 From: isXander Date: Fri, 5 May 2023 17:52:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Exclude=20language=20files?= =?UTF-8?q?=20from=20PR=20workflow=20checks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gradle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index e8a599c..276dc60 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -19,6 +19,7 @@ on: - '.gitignore' - '.editorconfig' - 'changelogs/**' + - 'src/*/resources/lang/*' workflow_dispatch: jobs: build: