Skip to content

Commit 92ccbda

Browse files
authored
add draft-v7 branch to runners (#628)
We weren't running these validations when we merged changes into the draft-v7 branch.
1 parent 912b5b2 commit 92ccbda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/markdownlint.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
- draft-v6
7+
- draft-v7
78
paths:
89
- "standard/*.md"
910
- ".markdownlint.json"

.github/workflows/update-on-merge.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Update spec on merge
55
on:
66
push:
77
branches:
8-
- draft-v6
8+
- draft-v6
9+
- draft-v7
910
workflow_dispatch:
1011
inputs:
1112
reason:

0 commit comments

Comments
 (0)