Skip to content

Commit e78a15e

Browse files
authored
chore: ci tests should run on version branches "docusaurus-vX" (#7783)
1 parent c751bc6 commit e78a15e

11 files changed

+13
-0
lines changed

.github/workflows/build-blog-only.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- packages/**
910

.github/workflows/build-perf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
- docusaurus-v**
1213
paths:
1314
- package.json
1415
- yarn.lock

.github/workflows/canary-release.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+
- docusaurus-v**
78
paths:
89
- packages/**
910

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- docusaurus-v**
78
pull_request:
89
branches:
910
- main
11+
- docusaurus-v**
1012
schedule:
1113
- cron: 25 22 * * 3
1214

.github/workflows/lighthouse-report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request_target:
55
branches:
66
- main
7+
- docusaurus-v**
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}

.github/workflows/showcase-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- website/src/data/**
910

.github/workflows/tests-e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- package.json
910
- yarn.lock
@@ -13,6 +14,7 @@ on:
1314
pull_request:
1415
branches:
1516
- main
17+
- docusaurus-v**
1618
paths:
1719
- package.json
1820
- yarn.lock

.github/workflows/tests-swizzle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- packages/**
910

.github/workflows/tests-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- package.json
910
- yarn.lock

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- docusaurus-v**
78
paths:
89
- package.json
910
- yarn.lock

0 commit comments

Comments
 (0)