Refactor plugin structure: update main file and add SitiWashInstructions class for wash instructions management
All checks were successful
Build & Release Plugin / release (push) Successful in 8s

This commit is contained in:
2026-02-01 17:16:52 +00:00
parent 52f965c9c6
commit 3d1545da06
4 changed files with 393 additions and 52 deletions

View File

@@ -9,7 +9,7 @@ on:
push:
branches: [ main ]
paths:
- 'master-file.php'
- 'siti-wash-instructions.php'
- 'includes/**'
- 'assets/**'
- 'languages/**'
@@ -18,8 +18,8 @@ jobs:
release:
uses: roberto/ci-workflows/.gitea/workflows/wp-plugin-release.yml@c6393ed47258d6f040ceeed3994b17b7faa3ef23
with:
main_file: master-file.php
slug: siti-plugin-template
main_file: siti-wash-instructions.php
slug: siti-wash-instructions
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}