Skip to content

Commit 0124c76

Browse files
committed
ci: Do not REUSE check twice
1 parent b2d85ce commit 0124c76

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/reuse.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55

66
name: Compliance Checks
77

8-
on: [push, pull_request]
8+
on:
9+
push:
10+
branches:
11+
- master
12+
pull_request:
913

1014
jobs:
1115
reuse:

0 commit comments

Comments
 (0)