Skip to content

Commit 8430877

Browse files
committed
Add workflow dispatch
1 parent 2ce9b4c commit 8430877

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
pull_request:
1313
branches:
1414
- 'main'
15+
workflow_dispatch:
1516

1617
permissions:
1718
contents: read

.github/workflows/tzdbupdate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 'tzdb*'
77
schedule:
88
- cron: '50 1 * * *'
9+
workflow_dispatch:
910

1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)