> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Correctness

<AccordionGroup>
  <Accordion title="changes-with-when-never">
    This Gitlab CI YAML will never run on default branches due to a `changes` rule with `when:never`. To fix this, make sure the triggering event is a push event. You can do this with `if: '$CI_PIPELINE_SOURCE == "push"'`. See [https://docs.gitlab.com/ee/ci/yaml/index.html#ruleschanges](https://docs.gitlab.com/ee/ci/yaml/index.html#ruleschanges)
  </Accordion>
</AccordionGroup>
