Quiz 6 Question 13 of 20

A team deploys an agent that is supposed to trigger a CI workflow whenever it pushes a commit to a feature branch. The agent successfully pushes commits, but the CI workflow never runs. The workflow file specifies on: push with branches: ['main', 'release/**']. What is the root cause?

Select an answer to reveal the explanation.

Motivation