From 16cfa8d2ff37f9451162e2c57e3fbc8ea1d5172d Mon Sep 17 00:00:00 2001 From: Xarvex Date: Sat, 11 Jul 2026 19:27:21 -0500 Subject: [PATCH] chore(ci): ignore translations pushes for reuse --- .github/workflows/reuse.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index af710d93..a06909f2 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -3,7 +3,12 @@ --- name: REUSE Compliance Check -on: [pull_request, push] +on: + pull_request: + push: + branches-ignore: + - translations + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }}