Skip to content

Commit 7cbba4f

Browse files
Update test.yml
Added an optional input to the test workflow
1 parent c662a3f commit 7cbba4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
on:
22
workflow_call:
3+
inputs:
4+
branch:
5+
required: false
6+
type: string
37

48
jobs:
59
test:

0 commit comments

Comments
 (0)