diff options
-rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0e26bb784..e54a3693b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml | |||
@@ -2,8 +2,8 @@ name: publish | |||
2 | on: | 2 | on: |
3 | workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed | 3 | workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed |
4 | 4 | ||
5 | schedule: | 5 | # schedule: |
6 | - cron: "0 0 * * *" # midnight UTC | 6 | # - cron: "0 0 * * *" # midnight UTC |
7 | 7 | ||
8 | push: | 8 | push: |
9 | branches: | 9 | branches: |