Skip to content

Commit 67f1569

Browse files
committed
Merge remote-tracking branch 'origin/v-next'
2 parents a63861c + 95c044c commit 67f1569

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- v1
910
- v2
1011
pull_request:
1112
workflow_dispatch:
@@ -21,3 +22,4 @@ jobs:
2122
incremental_files_only: ${{ github.event_name == 'pull_request' }}
2223
config: cspell.yaml
2324
report: typos
25+

.github/workflows/v-next-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches:
99
- main
1010
pull_request:
11+
branches:
12+
- tag*
1113
workflow_dispatch:
1214

1315
concurrency:

0 commit comments

Comments
 (0)