Skip to content

Commit a9dbcb6

Browse files
authored
Merge pull request #28 from Perl/worklow_dispatch
Add workflow_dispatch to GH workflows
2 parents cd76245 + aa81e0d commit a9dbcb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish-to-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "main"
88
schedule:
99
- cron: "10 6 * * *"
10+
workflow_dispatch:
1011

1112
jobs:
1213

.github/workflows/test-cpanfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- '*'
8+
workflow_dispatch:
89
jobs:
910
test-job:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)