feat: create new pull request rule (#650)

* feat: create new pull request rule

* fix: cargo.toml

* fix: package meta
This commit is contained in:
Myriad-Dreamin 2024-10-09 20:50:33 +08:00 committed by Myriad-Dreamin
parent 7b0fb6036d
commit 654a5d1aa5

View file

@ -4,12 +4,14 @@ on:
push:
branches:
- main
- 'nightly/*'
tags:
- "*"
pull_request:
types: [opened, synchronize]
branches:
- main
- 'nightly/*'
workflow_dispatch:
env: