Skip to content

Commit

Permalink
fix(ci): Do not run REUSE check twice per PR
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <[email protected]>
  • Loading branch information
stv0g committed Nov 7, 2024
1 parent 32439eb commit 20052b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

name: REUSE Compliance Check

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

jobs:
test:
Expand Down

0 comments on commit 20052b9

Please sign in to comment.