mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
feat: create new pull request rule (#650)
* feat: create new pull request rule * fix: cargo.toml * fix: package meta
This commit is contained in:
parent
7b0fb6036d
commit
654a5d1aa5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -4,12 +4,14 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- 'nightly/*'
|
||||
tags:
|
||||
- "*"
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
branches:
|
||||
- main
|
||||
- 'nightly/*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue