mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
Don't publish every day and do it only for release
This commit is contained in:
parent
753af41005
commit
79337095c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue