We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a63861c + 95c044c commit 67f1569Copy full SHA for 67f1569
.github/workflows/spellcheck.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
branches:
8
- main
9
+ - v1
10
- v2
11
pull_request:
12
workflow_dispatch:
@@ -21,3 +22,4 @@ jobs:
21
22
incremental_files_only: ${{ github.event_name == 'pull_request' }}
23
config: cspell.yaml
24
report: typos
25
+
.github/workflows/v-next-ci.yml
@@ -8,6 +8,8 @@ on:
+ branches:
+ - tag*
13
14
15
concurrency:
0 commit comments