Skip to content

Commit 3bec4ca

Browse files
committed
chore: enable CI check for release/* branch
1 parent d0d7529 commit 3bec4ca

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

.github/workflows/appflowy_editor_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78

89
pull_request:
910
branches:
1011
- "main"
12+
- "release/*"
1113
paths:
1214
- "frontend/app_flowy/packages/appflowy_editor/**"
1315

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78

89
pull_request:
910
branches:
1011
- "main"
12+
- "release/*"
1113

1214
jobs:
1315
build:

.github/workflows/dart_lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99
push:
1010
branches:
1111
- "main"
12+
- "release/*"
1213
paths:
1314
- "frontend/app_flowy/**"
1415

1516
pull_request:
1617
branches:
1718
- "main"
19+
- "release/*"
1820
paths:
1921
- "frontend/app_flowy/**"
2022

.github/workflows/dart_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78
paths:
89
- "frontend/app_flowy/**"
910

1011
pull_request:
1112
branches:
1213
- "main"
14+
- "release/*"
1315
paths:
1416
- "frontend/app_flowy/**"
1517

.github/workflows/rust_coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78
paths:
89
- "frontend/rust-lib/**"
910
- "shared-lib/**"
1011

1112
pull_request:
1213
branches:
1314
- "main"
15+
- "release/*"
1416
paths:
1517
- "frontend/rust-lib/**"
1618
- "shared-lib/**"

.github/workflows/rust_lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78
paths:
89
- "frontend/rust-lib/**"
910
- "shared-lib/**"
1011

1112
pull_request:
1213
branches:
1314
- "main"
15+
- "release/*"
1416
paths:
1517
- "frontend/rust-lib/**"
1618
- "shared-lib/**"

.github/workflows/rust_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches:
66
- "main"
7+
- "release/*"
78
paths:
89
- "frontend/rust-lib/**"
910
- "shared-lib/**"
1011

1112
pull_request:
1213
branches:
1314
- "main"
15+
- "release/*"
1416
paths:
1517
- "frontend/rust-lib/**"
1618
- "shared-lib/**"

0 commit comments

Comments
 (0)