changes: tweak artifact version order, make sure the artifact version… #335
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 | |
secrets: inherit | |
# # [FEATURE] MIXIN_AUDITOR | |
# with: | |
# mixin_audit: true |