🌐 AI搜索 & 代理 主页
Skip to content

Commit a95c4fc

Browse files
committed
Run jobs on v6-dev too
1 parent a98aacc commit a95c4fc

File tree

9 files changed

+10
-1
lines changed

9 files changed

+10
-1
lines changed

.github/workflows/bundlewatch.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
- main
7+
- v6-dev
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
branches:
66
- main
77
- v4-dev
8+
- v6-dev
89
- "!dependabot/**"
910
pull_request:
1011
branches:
1112
- main
1213
- v4-dev
14+
- v6-dev
1315
- "!dependabot/**"
1416
schedule:
1517
- cron: "0 2 * * 4"

.github/workflows/cspell.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
- main
7+
- v6-dev
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/css.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
- main
7+
- v6-dev
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/docs.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
- main
7+
- v6-dev
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/js.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
- main
7+
- v6-dev
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/lint.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
- main
7+
- v6-dev
78
pull_request:
89
workflow_dispatch:
910

.github/workflows/release-notes.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
- main
7+
- v6-dev
78
workflow_dispatch:
89

910
permissions:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
schedule:
1313
- cron: '27 12 * * 2'
1414
push:
15-
branches: [ "main" ]
15+
branches: [ "main", "v6-dev" ]
1616

1717
# Declare default permissions as read only.
1818
permissions: read-all

0 commit comments

Comments
 (0)