Skip to content

Commit e170197

Browse files
authored
Add workflow-dispatch trigger to UnitTest.yml (#295)
1 parent cb1efdd commit e170197

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- release-*
88
tags: ['*']
99
pull_request:
10+
workflow_dispatch:
1011

1112
jobs:
1213
test:

.github/workflows/UnitTestArm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- master
7+
- release-*
8+
tags: ['*']
79
pull_request:
810
workflow_dispatch:
911
permissions:

0 commit comments

Comments
 (0)