Skip to content

Commit 6b4fef0

Browse files
authored
[CI] Fix typo in CI Best Practices for the release branch names push filter (#168226)
The CIBestPractices.rst document uses `releases/*` as the branch name filter for push events. The actual release branch names match the pattern `release/*`.
1 parent 700aa5e commit 6b4fef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CIBestPractices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ branches as follows:
135135
push:
136136
branches:
137137
- main
138-
- releases/*
138+
- release/*
139139
140140
Container Best Practices
141141
========================

0 commit comments

Comments
 (0)