mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
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:
parent
fda558d649
commit
e097aaa5a4
1 changed files with 5 additions and 1 deletions
6
.github/workflows/reuse.yml
vendored
6
.github/workflows/reuse.yml
vendored
|
@ -4,7 +4,11 @@
|
|||
|
||||
name: REUSE Compliance Check
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
reuse:
|
||||
|
|
Loading…
Reference in a new issue