Skip to content

Commit 35b6e2b

Browse files
Disable branch restriction for work-flow dispatch
1 parent 92b72ec commit 35b6e2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ on:
33
pull_request:
44
branches:
55
- master
6-
workflow_dispatch:
7-
branches:
8-
- master
6+
workflow_dispatch: {}
97
jobs:
108
ShellTest:
119
strategy:

0 commit comments

Comments
 (0)