Skip to content

Commit da304b5

Browse files
committed
Adding workflow_call: trigger to missing build actions
1 parent bae2e1e commit da304b5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/build-golang.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Go
22

33
on:
4+
workflow_call:
45
workflow_dispatch:
56
pull_request:
67
paths:

.github/workflows/build-java.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Java SDK
22

33
on:
4+
workflow_call:
45
workflow_dispatch:
56
pull_request:
67
paths:

.github/workflows/build-libs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Platform Libraries
22

33
on:
4+
workflow_call:
45
workflow_dispatch:
56
pull_request:
67
paths:

.github/workflows/build-ruby.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build Ruby bindings
22

33
on:
4+
workflow_call:
45
workflow_dispatch:
56
pull_request:
67
paths:

0 commit comments

Comments
 (0)