We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce9b4c commit 8430877Copy full SHA for 8430877
.github/workflows/build.yml
@@ -12,6 +12,7 @@ on:
12
pull_request:
13
branches:
14
- 'main'
15
+ workflow_dispatch:
16
17
permissions:
18
contents: read
.github/workflows/tzdbupdate.yml
@@ -6,6 +6,7 @@ on:
6
- 'tzdb*'
7
schedule:
8
- cron: '50 1 * * *'
9
10
11
0 commit comments