Skip to content

Commit 0bbffe0

Browse files
committed
(build) renamed the release to support branch
1 parent 5078f28 commit 0bbffe0

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- main
77
- 'fix/*'
88
- 'feature/*'
9-
- 'release/*'
9+
- 'support/*'
1010
paths:
1111
- '**'
1212
- '!docs/**'
1313

1414
pull_request:
1515
branches:
1616
- main
17-
- 'release/*'
17+
- 'support/*'
1818
paths:
1919
- '**'
2020
- '!docs/**'

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
push:
55
branches:
66
- main
7-
- 'release/*'
7+
- 'support/*'
88
paths:
99
- '**'
1010
- '!docs/**'
1111

1212
pull_request:
1313
branches:
1414
- main
15-
- 'release/*'
15+
- 'support/*'
1616
paths:
1717
- '**'
1818
- '!docs/**'

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Verify & Publish Docs
33
on:
44
workflow_dispatch:
55
push:
6+
branches:
7+
# - main
8+
- 'support/*'
69
paths:
710
- docs/**
811
- package*.json
@@ -11,6 +14,9 @@ on:
1114
- mkdocs.yml
1215
- .github/workflows/docs.yml
1316
pull_request:
17+
branches:
18+
# - main
19+
- 'support/*'
1420
paths:
1521
- docs/**
1622
- package*.json

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- main
77
- 'fix/*'
88
- 'feature/*'
9-
- 'release/*'
9+
- 'support/*'
1010
paths:
1111
- '**'
1212
- '!docs/**'
1313

1414
pull_request:
1515
branches:
1616
- main
17-
- 'release/*'
17+
- 'support/*'
1818
paths:
1919
- '**'
2020
- '!docs/**'

0 commit comments

Comments
 (0)