mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
used correct branch for reuse workflow
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
223e58f958
commit
f57e4efcf0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/reuse.yml
vendored
4
.github/workflows/reuse.yml
vendored
|
@ -6,9 +6,9 @@ name: REUSE Compliance Check
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [develop]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [develop]
|
||||
|
||||
jobs:
|
||||
reuse:
|
||||
|
|
Loading…
Reference in a new issue