Skip to content

Commit 2ce331a

Browse files
committed
Force check ci on prapare/release branch
1 parent 565a917 commit 2ce331a

File tree

7 files changed

+14
-3
lines changed

7 files changed

+14
-3
lines changed

.github/workflows/api-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
push:
2121
branches:
2222
- dev
23+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
24+
- '[0-9]+.[0-9]+.[0-9]+-release'
2325

2426
name: API-Test
2527

.github/workflows/codeql.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ on:
2323
pull_request:
2424
branches:
2525
- 'dev'
26+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
27+
- '[0-9]+.[0-9]+.[0-9]+-release'
2628

2729
concurrency:
2830
group: codeql-${{ github.event.pull_request.number || github.ref }}

.github/workflows/e2e-k8s.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
push:
2121
branches:
2222
- dev
23+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
24+
- '[0-9]+.[0-9]+.[0-9]+-release'
2325

2426
name: E2E-K8S
2527

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ on:
2020
push:
2121
branches:
2222
- dev
23+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
24+
- '[0-9]+.[0-9]+.[0-9]+-release'
2325

2426
name: E2E
2527

.github/workflows/frontend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ name: Frontend
2020
on:
2121
push:
2222
branches:
23-
- dev
23+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
24+
- '[0-9]+.[0-9]+.[0-9]+-release'
2425
paths:
2526
- '.github/workflows/frontend.yml'
2627
- 'dolphinscheduler-ui/**'

.github/workflows/owasp-dependency-check.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ name: OWASP Dependency Check
2020
on:
2121
push:
2222
branches:
23-
- dev
23+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
24+
- '[0-9]+.[0-9]+.[0-9]+-release'
2425
pull_request:
2526
paths:
2627
- '**/pom.xml'

.github/workflows/unit-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ on:
2424
- '**/*.md'
2525
- 'dolphinscheduler-ui'
2626
branches:
27-
- dev
27+
- '[0-9]+.[0-9]+.[0-9]+-prepare'
28+
- '[0-9]+.[0-9]+.[0-9]+-release'
2829

2930
env:
3031
LOG_DIR: /tmp/dolphinscheduler

0 commit comments

Comments
 (0)