We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee5139c commit fc47a71Copy full SHA for fc47a71
docs/agile-development/branching-and-cicd.md
@@ -15,6 +15,7 @@ Purpose: Provide a concise, practical policy and examples teams can adopt for in
15
- Require up-to-date branch before merge if your policy prefers.
16
17
## Sample minimal GitHub Actions CI gate (example)
18
+
19
```yaml
20
name: ci
21
on: [pull_request]
0 commit comments