Skip to content

Commit b427850

Browse files
committed
ci: add manual workflow trigger
1 parent 0c5c308 commit b427850

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/test-extension-compatibility.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Extension Compatibility
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
test-extension-compatibility:

.github/workflows/test-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build macOS
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
tests-macos:

.github/workflows/test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build Windows
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
tests-windows:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build
33
on:
44
push:
55
pull_request:
6+
workflow_dispatch:
67

78
jobs:
89
tests:

0 commit comments

Comments
 (0)