Skip to content

Commit a1879a3

Browse files
authored
chore: enable validation on branch 24.5 (#263)
1 parent bc28766 commit a1879a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Validation
22

33
on:
44
push:
5-
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4']
5+
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4', '24.5']
66
paths-ignore:
77
- 'README.md'
88
- '.github/ISSUE_TEMPLATE/*'
99
pull_request:
10-
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4']
10+
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4', '24.5']
1111
paths-ignore:
1212
- 'README.md'
1313
- '.github/ISSUE_TEMPLATE/*'

0 commit comments

Comments
 (0)