Skip to content

Commit 7933709

Browse files
authored
Don't publish every day and do it only for release
1 parent 753af41 commit 7933709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: publish
22
on:
33
workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed
44

5-
schedule:
6-
- cron: "0 0 * * *" # midnight UTC
5+
# schedule:
6+
# - cron: "0 0 * * *" # midnight UTC
77

88
push:
99
branches:

0 commit comments

Comments
 (0)