Skip to content

Commit 7c3072c

Browse files
committed
add option to run workflow manually
1 parent 5edaf91 commit 7c3072c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Diff for: .github/workflows/latest.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Latest
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- .github/workflows/latest.yaml

Diff for: .github/workflows/legacy.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Legacy
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- .github/workflows/latest.yaml

Diff for: .github/workflows/lts.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: LTS (Long Term Support)
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
paths:
67
- .github/workflows/lts.yaml

0 commit comments

Comments
 (0)