From e097aaa5a4b7728f676f5273a119e3c3cda0d291 Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Thu, 26 Nov 2020 22:06:55 +0100 Subject: [PATCH] changed when the reuse workflow runs to mimic all other workflows (#792) Signed-off-by: Philip Molares --- .github/workflows/reuse.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index f91edc735..21f767d99 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -4,7 +4,11 @@ name: REUSE Compliance Check -on: [push, pull_request] +on: + push: + branches: [main] + pull_request: + branches: [main] jobs: reuse: