Skip to content

Commit f902f3f

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

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Check Go Dependency Licenses
22

33
on:
44
workflow_call:
5+
pull_request:
6+
branches:
7+
- main
58

69
permissions:
710
contents: read

.github/workflows/reuse-scan.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ name: REUSE Compliance Check
44

55
on:
66
workflow_call:
7+
pull_request:
8+
branches:
9+
- main
710

811

912
jobs:

.github/workflows/revieewable.yaml

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

55
on:
66
workflow_call:
7-
7+
pull_request:
8+
branches:
9+
- main
810
env:
911
GO_IMPORT_VERSION: 'v0.16.1'
1012

0 commit comments

Comments
 (0)