`github.ref` is always `master` for `pull_request_target` jobs so this needs to use `github.head_ref` instead to get the actual pull request branch.
`github.ref` is always `master` for `pull_request_target` jobs so this needs to use `github.head_ref` instead to get the actual pull request branch.