changed when the reuse workflow runs to mimic all other workflows (#792)

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-11-26 22:06:55 +01:00 committed by GitHub
parent fda558d649
commit e097aaa5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,11 @@
name: REUSE Compliance Check
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
reuse: