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 }}