Skip to content

Commit 31255a1

Browse files
committed
ci: run workflows against 3.x branch as well
1 parent c0ef279 commit 31255a1

File tree

6 files changed

+8
-1
lines changed

6 files changed

+8
-1
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "*.md"
88
branches:
99
- main
10+
- 3.x
1011

1112
# Remove default permissions of GITHUB_TOKEN for security
1213
# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@ on:
77
- "*.md"
88
branches:
99
- main
10+
- 3.x
1011
pull_request:
1112
paths-ignore:
1213
- "docs/**"
1314
- "*.md"
1415
branches:
1516
- main
17+
- 3.x
1618
- "!v[0-9]*"
1719

1820
# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
# autofix workflow will be triggered instead for PRs
1010
branches:
1111
- main
12+
- 3.x
1213
- "!v[0-9]*"
1314

1415
# Remove default permissions of GITHUB_TOKEN for security

.github/workflows/introspect.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- ".github/workflows/**"
77
branches:
88
- main
9+
- 3.x
910
pull_request:
1011
paths:
1112
- ".github/workflows/**"
1213
branches:
1314
- main
15+
- 3.x
1416
- "!v[0-9]*"
1517

1618
permissions:

.github/workflows/label-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
branches:
88
- main
9+
- 3.x
910

1011
jobs:
1112
add-pr-labels:

.github/workflows/scorecards.yml

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

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

0 commit comments

Comments
 (0)