Open
Description
Does anyone know how to trigger a workflow after the pull_request has been merged using this action? I have tried on: push, which doesn't work in this case. I've also tried using workflow_run; however, it runs once when building the schedule and running the schedule. I want to run a workflow after the schedule merges the code into a branch.