Skip to content

Commit 61069e5

Browse files
authored
Add workflow dispatch (#57)
1 parent 2f3e0a5 commit 61069e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
pull_request:
88
branches:
99
- '*'
10+
workflow_dispatch:
11+
inputs:
12+
tags:
13+
description: 'This does nothing'
14+
required: false
15+
type: boolean
1016

1117
jobs:
1218
build:

0 commit comments

Comments
 (0)