Refactor plugin structure: replace master-file.php with siti-google-shopping-feed.php and update release workflow paths
All checks were successful
Build & Release Plugin / release (push) Successful in 8s

This commit is contained in:
2026-02-01 17:55:32 +00:00
parent 1f782a3b1e
commit 4d9845149f
3 changed files with 580 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ on:
push:
branches: [ main ]
paths:
- 'master-file.php'
- 'siti-google-shopping-feed.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-google-shopping-feed.php
slug: siti-google-shopping-feed
release_body: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.release_notes || '' }}
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}