Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6c8c442

Browse files
committedFeb 14, 2024
run validate on other branches
1 parent 891b315 commit 6c8c442

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/validate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- 'main'
6+
- 'next2'
67
pull_request:
78
branches:
89
- 'main'
10+
- 'next2'
911
jobs:
1012
setup:
1113
# ignore all-contributors PRs

0 commit comments

Comments
 (0)
Please sign in to comment.