♻️ 针对/ping重叠问题引入ExtensiveLiterCommandNode,用以特判管理指令树权限 #584
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dev Builds | |
on: | |
push: | |
paths: | |
- "*.gradle" | |
- "gradle.properties" | |
- "src/**" | |
- "versions/**" | |
- ".github/**" | |
pull_request: | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yml | |
with: | |
mixin_audit: true |