Skip to content

Commit 29d63da

Browse files
ci: run workflows on PR to v10 branch
1 parent 93fee98 commit 29d63da

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- v10
78
tags: '*'
89
pull_request:
910

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- 'master'
7+
- v10
78
tags: '*'
89
pull_request:
910

.github/workflows/Tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- 'release-'
8+
- v10
89
paths-ignore:
910
- 'docs/**'
1011
push:

0 commit comments

Comments
 (0)