Skip to content

Commit 6f7e59f

Browse files
committed
allow workflow_dispatch
1 parent 303c913 commit 6f7e59f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Release
22
on:
3+
workflow_dispatch:
34
push:
45
tags:
56
- v*

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: Test
33

44
on:
5+
workflow_dispatch:
56
push:
67
paths:
78
- mirrio.sh

0 commit comments

Comments
 (0)