Skip to content

Commit afe7a0f

Browse files
committed
Added 'workflow_dispatch' to linux and windows workflow
1 parent 56246ba commit afe7a0f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linux Clang
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
types: [ready_for_review, synchronize]
67
push:

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Windows MSVC
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
types: [ready_for_review, synchronize]
67
push:

0 commit comments

Comments
 (0)