mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Enable workflow_dispatch for release workflow
This commit is contained in:
parent
a862c596a5
commit
ebaf7d39de
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -3,6 +3,8 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *' # midnight UTC
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
branches:
|
||||
- release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue