chore: Don't build release type during development

This commit is contained in:
txtsd 2022-03-25 23:18:55 +05:30
parent 0d46ea5c71
commit 94e7961df0
No known key found for this signature in database
GPG Key ID: 000F85679D4B6B53

View File

@ -28,9 +28,3 @@ jobs:
uses: ./.github/workflows/build.yml
with:
build_type: Debug
build_release:
name: Build Release
uses: ./.github/workflows/build.yml
with:
build_type: Release