[feature] allow compose.yml

This commit is contained in:
ElevenNotes
2025-06-23 14:31:42 +02:00
parent 8e03b00dd1
commit a7aa89da46

View File

@@ -16,6 +16,7 @@ on:
required: false required: false
default: 'ubuntu-22.04' default: 'ubuntu-22.04'
build: build:
description: 'set WORKFLOW_BUILD' description: 'set WORKFLOW_BUILD'
required: false required: false
@@ -412,6 +413,9 @@ jobs:
if [ -f compose.yaml ]; then if [ -f compose.yaml ]; then
git add compose.yaml git add compose.yaml
fi fi
if [ -f compose.yml ]; then
git add compose.yml
fi
if [ -f LICENSE ]; then if [ -f LICENSE ]; then
git add LICENSE git add LICENSE
fi fi