Don't publish every day and do it only for release

This commit is contained in:
Pavan Kumar Sunkara 2020-08-31 17:35:26 +02:00 committed by GitHub
parent 753af41005
commit 79337095c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: