🚑 临时修复 #153(不是一个好的处理方案,会强制同步开启矿车实验性功能) #679
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 |