Skip to content

Commit ac7c162

Browse files
committed
Add manual trigger to CI
1 parent 7b4f221 commit ac7c162

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/test_client_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main", "dev", "hotfix/update-ci" ]
66
pull_request:
77
branches: [ "main", "dev", "hotfix/update-ci" ]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read

.github/workflows/test_client_ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [ "main", "dev", "hotfix/update-ci" ]
99
pull_request:
1010
branches: [ "main", "dev", "hotfix/update-ci" ]
11+
workflow_dispatch:
1112

1213
permissions:
1314
contents: read

.github/workflows/test_client_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main", "dev", "hotfix/update-ci" ]
66
pull_request:
77
branches: [ "main", "dev", "hotfix/update-ci" ]
8+
workflow_dispatch:
89

910
permissions:
1011
contents: read

.github/workflows/test_multiple_python.yml

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

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)