Skip to content

Commit f67a857

Browse files
ci: enable workflows for Pull requests
Signed-off-by: Maximilian Braun (SAP) <[email protected]>
1 parent f902f3f commit f67a857

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/license-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Go Dependency Licenses
22

33
on:
4-
workflow_call:
4+
workflow_call: {}
55
pull_request:
66
branches:
77
- main

.github/workflows/reuse-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: REUSE Compliance Check
44

55
on:
6-
workflow_call:
6+
workflow_call: {}
77
pull_request:
88
branches:
99
- main

.github/workflows/revieewable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Reviewable&Check-Diff
44

55
on:
6-
workflow_call:
6+
workflow_call: {}
77
pull_request:
88
branches:
99
- main

0 commit comments

Comments
 (0)