From 79337095c1ae70ba941812b741198cc6aaf5602b Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Mon, 31 Aug 2020 17:35:26 +0200 Subject: Don't publish every day and do it only for release --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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 on: workflow_dispatch: # We can add version input when 1.0 is released and scheduled releases are removed - schedule: - - cron: "0 0 * * *" # midnight UTC +# schedule: +# - cron: "0 0 * * *" # midnight UTC push: branches: -- cgit v1.2.3