Add in support for a preload method in mods #36
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: Debug artifact | |
on: | |
push: | |
branches-ignore: [master] | |
paths-ignore: | |
- "*.md" | |
- "LICENSE" | |
- ".gitignore" | |
workflow_dispatch: | |
jobs: | |
build: | |
name: "Build debug" | |
uses: ./.github/workflows/build.yml | |
with: | |
build_type: "Debug" |