We have a branch model with feature branches, develop, staging (for testing) and master for release. Now we have an action for the Release notes, which creates a Pull Request with the actual release notes when pushing to staging or master.
But the action should only run when we push a Pull Request from develop into staging and from staging into master, but not when pushing from the release notes branch into staging or master. Is this possible? Thank you!