🔥 3-day streak
GitHub Actions (GH-200)111 / 142
Question 111 of 142

Your monorepo contains application code under `src/` and documentation under `docs/`. The CI workflow that builds and tests the application is expensive and should only run when application code (or the workflow file itself) changes — never for documentation-only pushes to the `main` branch. Which trigger configuration achieves this most correctly?

Reviewed for accuracy · Report an issueNext question