Skip to content

Commit 60bae6f

Browse files
committed
chore: enable build for the 2.1 branch (#117)
1 parent 5a67f00 commit 60bae6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
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']
5+
branches: ['main', '1.3', '2.0', '2.1']
66
paths-ignore:
77
- 'README.md'
88
- '.github/ISSUE_TEMPLATE/*'
99
pull_request:
10-
branches: ['main', '1.3', '2.0']
10+
branches: ['main', '1.3', '2.0', '2.1']
1111
paths-ignore:
1212
- 'README.md'
1313
- '.github/ISSUE_TEMPLATE/*'

0 commit comments

Comments
 (0)