Skip to content

Commit d595d81

Browse files
committed
add release/1.8.2 to trigger
1 parent 9b7b73d commit d595d81

13 files changed

+13
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
branches:
2626
- master
2727
- 1.8.0
28+
- release/1.8.2
2829
schedule:
2930
- cron: '25 5 * * 5'
3031

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ on:
2222
branches:
2323
- master
2424
- 1.8.0
25+
- release/1.8.2
2526

2627
permissions:
2728
contents: read

.github/workflows/e2e-test-ci-v2-cron-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
concurrency:
3132
group: ${{ github.workflow }}-dev

.github/workflows/e2e-test-ci-v2-cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
branches:
2626
- master
2727
- 1.8.0
28+
- release/1.8.2
2829

2930
concurrency:
3031
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-v2

.github/workflows/e2e-test-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
concurrency:
3132
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/goimports-reviser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
jobs:
3132
changes:

.github/workflows/license-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930

3031
jobs:
3132
check-license:

.github/workflows/lint-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

.github/workflows/spell-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525
branches:
2626
- master
2727
- 1.8.0
28+
- release/1.8.2
2829
jobs:
2930
misspell:
3031
name: runner / misspell

.github/workflows/unit-test-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

.github/workflows/verify-codegen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

.github/workflows/yamllint-checker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
branches:
2727
- master
2828
- 1.8.0
29+
- release/1.8.2
2930
jobs:
3031
changes:
3132
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)