我试图捕获从分支x打开pr到开发分支的事件。我试过了,但是得到了错误:
${{ github.event_name == 'pull_request' && github.ref == 'refs/heads/development'}}
我错过了什么?
这就是我要找的:
github.event.pull_request.base.ref == 'development'