MicrosoftMicrosoft
GH-200 · Question #55
GH-200 Question #55: Real Exam Question with Answer & Explanation
Sign in or unlock GH-200 to reveal the answer and full explanation for question #55. The question stem and answer options stay visible for context.
Implement and manage GitHub Actions workflows
Question
Which GitHub Actions event configuration triggers only for pull requests targeting the release branch and not for push events?
Options
- Aon: pull_request_target: branches: - release
- Bon: pull_request: branches: - release
- Con: push: branches: - release
- Don: pull_request: types: - opened
Unlock GH-200 to see the answer
You've previewed enough free GH-200 questions. Unlock GH-200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#GitHub Actions events#Pull request triggers#Branch filtering