Skip to content

Commit 3ad4a75

Browse files
committed
Remove RelDebug test
1 parent b29aac0 commit 3ad4a75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/on-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
1717
with:
1818
project: AssetConverter
19-
build-types: '["Debug", "RelDebug"]'
19+
# possible types: Debug, RelDebug, Release. Comma separated strings in array.
20+
build-types: '["Debug"]'

0 commit comments

Comments
 (0)