Merge pull request 'fix(ci): restrict auto-release to workflow_dispatch only' (#38) from dev into main
Joomla: Repo Health / Access control (push) Successful in 0s
Universal: Cascade Main → Dev / Cascade main → branches (push) Successful in 2s
Joomla: Repo Health / Release configuration (push) Failing after 2s
Joomla: Repo Health / Scripts governance (push) Successful in 3s
Joomla: Repo Health / Repository health (push) Failing after 3s

This commit was merged in pull request #38.
This commit is contained in:
2026-05-16 17:57:03 +00:00
3 changed files with 3 additions and 11 deletions
+1 -9
View File
@@ -26,13 +26,6 @@
name: "Universal: Build & Release"
on:
pull_request:
types: [closed]
branches:
- main
paths:
- 'src/**'
- 'htdocs/**'
workflow_dispatch:
env:
@@ -48,8 +41,7 @@ jobs:
release:
name: Build & Release Pipeline
runs-on: release
if: >-
github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'
steps:
- name: Checkout repository
+1 -1
View File
@@ -12,7 +12,7 @@ A modern, lightweight Joomla site template built on Cassiopeia with Font Awesome
| | |
|---|---|
| **Type** | Joomla Site Template |
| **Version** | 02.04.00 |
| **Version** | 02.05.00 |
| **Joomla** | 5.x / 6.x |
| **PHP** | 8.1+ |
| **License** | GPL-3.0-or-later |
+1 -1
View File
@@ -39,7 +39,7 @@
</server>
</updateservers>
<name>MokoOnyx</name>
<version>02.04.00</version>
<version>02.05.00</version>
<scriptfile>script.php</scriptfile>
<creationDate>2026-05-16</creationDate>
<author>Jonathan Miller || Moko Consulting</author>