Adds a GitHub Action to only deploy the readme.txt file if changed in the main branch.
This allows changes to be made to the readme file (typically the Tested up to WordPress version number), without needing to deploy an entire version update to the Plugin.
Screenshots of this action tested on another Plugin, where the Tested up to value was changed to WordPress 6.3:
Summary
Adds a GitHub Action to only deploy the readme.txt file if changed in the
main
branch.This allows changes to be made to the readme file (typically the
Tested up to
WordPress version number), without needing to deploy an entire version update to the Plugin.Screenshots of this action tested on another Plugin, where the
Tested up to
value was changed to WordPress 6.3:Testing
Existing tests pass.
Checklist