Skip to content

Commit 8b21b38

Browse files
authored
chore: run tests on PRs for and pushes to v11.x (#5525)
1 parent 663fff4 commit 8b21b38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mocha.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- main
7+
- v11.x
78
paths-ignore: ['*.md', 'docs/**']
89
pull_request:
910
branches:
1011
- main
12+
- v11.x
1113
paths-ignore: ['*.md', 'docs/**']
1214
workflow_dispatch:
1315

0 commit comments

Comments
 (0)