Skip to content

Commit 0f8b45a

Browse files
committed
Run CI on workflow_dispatch
1 parent 1e1d551 commit 0f8b45a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: linux
23
on:
34
push:
@@ -6,6 +7,7 @@ on:
67
tags-ignore:
78
- '*'
89
pull_request:
10+
workflow_dispatch:
911
jobs:
1012
perl:
1113
runs-on: ubuntu-latest

.github/workflows/macos.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: macos
23
on:
34
push:
@@ -6,6 +7,7 @@ on:
67
tags-ignore:
78
- '*'
89
pull_request:
10+
workflow_dispatch:
911
jobs:
1012
perl:
1113
runs-on: macos-latest

.github/workflows/windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: windows
23
on:
34
push:
@@ -6,6 +7,7 @@ on:
67
tags-ignore:
78
- '*'
89
pull_request:
10+
workflow_dispatch:
911
jobs:
1012
perl:
1113
runs-on: windows-latest

0 commit comments

Comments
 (0)