Skip to content

Commit 5a21971

Browse files
Adds ability to manually call workflows
1 parent dc76f55 commit 5a21971

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- '**'
7+
workflow_call:
78
workflow_dispatch:
89

910
env:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '**'
7+
workflow_call:
78
workflow_dispatch:
89

910
env:

0 commit comments

Comments
 (0)