mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
Publish libs on master push
This commit is contained in:
parent
260e996140
commit
913c1b846e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-libs.yaml
vendored
4
.github/workflows/publish-libs.yaml
vendored
|
@ -3,9 +3,9 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
paths:
|
||||
- 'lib/**'
|
||||
- "lib/**"
|
||||
|
||||
jobs:
|
||||
publish-libs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue