Plugin for WordPress. Save or update action triggers Github repository_dispatch action for triggering Github Actions workflow.
In your GitHub workflow yaml file, you can use this as:
on:
repository_dispatch:
types: [wordpress]
or if you don't want to specify type you can use it without types
on:
repository_dispatch: