mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-12 07:01:02 +00:00
Merge pull request #666 from hedgedoc/reuseCorrectBranch
used correct branch for reuse workflow
This commit is contained in:
commit
50c38a2675
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