Skip to content

Commit c662a3f

Browse files
Update test.yml
Added support for manually selected branches.
1 parent 1b6e4e8 commit c662a3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Git checkout
1313
uses: actions/checkout@v2
14+
with:
15+
ref: ${{ inputs.branch || github.ref_name }}
1416

1517
- name: Use Node.js ${{ matrix.node }}
1618
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)