Skip to content

Commit

Permalink
chore: enable validation on branch 24.6 (#292) (#293)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <[email protected]>
  • Loading branch information
vaadin-bot and web-padawan authored Jan 14, 2025
1 parent 5f27519 commit 9d3c32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Validation

on:
push:
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4', '24.5']
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4', '24.5', '24.6']
paths-ignore:
- 'README.md'
- '.github/ISSUE_TEMPLATE/*'
pull_request:
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4', '24.5']
branches: ['main', '1.3', '2.0', '2.1', '2.2', '2.3', '24.4', '24.5', '24.6']
paths-ignore:
- 'README.md'
- '.github/ISSUE_TEMPLATE/*'
Expand Down

0 comments on commit 9d3c32c

Please sign in to comment.