Skip to content

Commit 07a025d

Browse files
authored
Update deploy.yml
1 parent b557d87 commit 07a025d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Deploy to npm
22

33
on:
44
schedule:
5-
- cron: "0 4 * * *" # Daily
6-
workflow_dispatch:
5+
# Daily run
6+
- cron: "0 4 * * *"
7+
workflow_dispatch: null
78

89
permissions:
910
contents: write

0 commit comments

Comments
 (0)