From 4e4d3f51573b48b47ec8f229f3a2937c9ae8896f Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 17 Jun 2022 15:27:07 +0200 Subject: [PATCH] Update reuse.yml --- .github/workflows/reuse.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 2e723cb..0c3715b 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -3,8 +3,13 @@ # SPDX-License-Identifier: CC0-1.0 name: REUSE Compliance Check -on: - push: - branches: - - main # or the name of your main branch -uses: fsfe/reuse-action@v1.1.1 + +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v1