I have a .github/workflow/deploy.yaml that only gets triggered if I manually merge the PR. It will never trigger when the github-action user merges the PR. I have provided my personal access token, but still have not seen a single workflow triggered on the main branch.
I have a
.github/workflow/deploy.yamlthat only gets triggered if I manually merge the PR. It will never trigger when thegithub-actionuser merges the PR. I have provided my personal access token, but still have not seen a single workflow triggered on the main branch.