Skip to content

Commit 16cfa8d

Browse files
committed
chore(ci): ignore translations pushes for reuse
1 parent 9d5200b commit 16cfa8d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/reuse.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
---
44
name: REUSE Compliance Check
55

6-
on: [pull_request, push]
6+
on:
7+
pull_request:
8+
push:
9+
branches-ignore:
10+
- translations
11+
workflow_dispatch:
712

813
concurrency:
914
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)