Skip to content

Commit 3425508

Browse files
committed
on work flow dispatch
1 parent 8b7c3f4 commit 3425508

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr-tests-linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: PR Tests - Linux
33
on:
44
pull_request:
55
branches: [ main ]
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/pr-tests-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: PR Tests - Windows
33
on:
44
pull_request:
55
branches: [ main ]
6-
6+
workflow_dispatch:
7+
78
concurrency:
89
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
910
cancel-in-progress: true

0 commit comments

Comments
 (0)