chore(ci): ignore translations pushes for reuse

This commit is contained in:
Xarvex
2026-07-11 19:27:21 -05:00
parent 9d5200b2f2
commit 16cfa8d2ff
+6 -1
View File
@@ -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 }}