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