Update build_joomla_zip.yml

This commit is contained in:
2025-12-18 17:29:12 -06:00
parent 9500bbf82b
commit 3693d8b0ca

View File

@@ -27,6 +27,7 @@
# BRIEF: Build a Joomla ZIP from /src and optionally attach it to a GitHub Release.
# NOTE: Zips the contents of /src (not the folder) to avoid nested ZIP structures.
# ============================================================================
#
# Script details
# - Builds a ZIP artifact from the repository /src folder.
# - Runs automatically when a GitHub Release is created.
@@ -36,7 +37,7 @@
name: Build Joomla ZIP from src
on:
"on":
release:
types: [created]
workflow_dispatch: